Files
tux-typing-plus/project.godot

31 lines
665 B
Plaintext
Raw Normal View History

2026-01-22 23:31:18 -05:00
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
2026-01-28 16:01:27 -05:00
[animation]
compatibility/default_parent_skeleton_in_mesh_instance_3d=true
2026-01-22 23:31:18 -05:00
[application]
config/name="Tux Typing Plus"
2026-02-08 00:01:02 -05:00
run/main_scene="uid://c536b5suvq3ep"
2026-01-28 16:01:27 -05:00
config/features=PackedStringArray("4.6", "Mobile")
config/icon="uid://cicpbsmd3i1x4"
2026-01-22 23:31:18 -05:00
2026-01-24 11:47:24 -05:00
[display]
2026-02-10 22:11:47 -05:00
window/size/viewport_width=1920
window/size/viewport_height=1080
2026-02-10 13:58:50 -05:00
window/stretch/mode="canvas_items"
2026-01-24 11:47:24 -05:00
2026-01-22 23:31:18 -05:00
[rendering]
renderer/rendering_method="mobile"