Files
tux-typing-plus/project.godot

25 lines
513 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
[application]
config/name="Tux Typing Plus"
2026-01-24 11:47:24 -05:00
run/main_scene="uid://efrp36k4fauj"
2026-01-22 23:31:18 -05:00
config/features=PackedStringArray("4.5", "Mobile")
config/icon="res://icon.svg"
2026-01-24 11:47:24 -05:00
[display]
window/stretch/mode="viewport"
2026-01-22 23:31:18 -05:00
[rendering]
renderer/rendering_method="mobile"