Blud_Mage/project.godot

31 lines
751 B
Plaintext
Raw Normal View History

2023-10-10 08:10:56 -04: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="GameJam-A23"
2023-10-10 09:08:31 -04:00
run/main_scene="res://Scenes/start_menu.tscn"
2023-10-10 08:10:56 -04:00
config/features=PackedStringArray("4.1", "GL Compatibility")
config/icon="res://icon.svg"
2023-10-10 11:21:55 -04:00
[display]
2023-10-10 14:58:14 -04:00
window/size/viewport_width=960
window/size/viewport_height=540
2023-10-10 18:29:06 -04:00
window/size/mode=4
2023-10-10 14:58:14 -04:00
window/size/resizable=false
window/stretch/mode="viewport"
2023-10-10 11:21:55 -04:00
2023-10-10 08:10:56 -04:00
[rendering]
textures/canvas_textures/default_texture_filter=0
2023-10-10 08:10:56 -04:00
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"