SleepyClock/project.godot

38 lines
915 B
Text
Raw Normal View History

2025-05-31 13:03:59 +10: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-05-21 00:22:40 +10:00
[animation]
compatibility/default_parent_skeleton_in_mesh_instance_3d=true
2025-05-31 13:03:59 +10:00
[application]
2026-05-21 00:22:40 +10:00
config/name="Payphone Watcher"
2025-05-31 13:03:59 +10:00
run/main_scene="uid://df4wh83ypl085"
2026-05-21 00:22:40 +10:00
config/features=PackedStringArray("4.6", "GL Compatibility")
run/max_fps=60
run/low_processor_mode=true
2026-05-21 00:22:40 +10:00
config/icon="uid://8b1b188aav14"
2025-05-31 13:03:59 +10:00
[display]
window/size/viewport_width=200
window/size/viewport_height=180
2025-06-01 12:07:36 +10:00
window/size/resizable=false
2025-05-31 13:03:59 +10:00
window/size/borderless=true
window/size/always_on_top=true
2025-06-01 09:39:46 +10:00
window/stretch/mode="canvas_items"
2025-05-31 13:03:59 +10:00
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"