1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-10-16 22:37:30 +00:00
pineapple-surf/project.godot

32 lines
789 B
Text

; 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="LD52"
run/main_scene="res://base/Base.tscn"
config/features=PackedStringArray("4.0", "GL Compatibility")
boot_splash/bg_color=Color(0.231373, 0.490196, 0.309804, 1)
config/icon="res://assets/icon.svg"
[display]
window/size/viewport_width=284
window/size/viewport_height=160
window/stretch/mode="canvas_items"
[gui]
fonts/dynamic_fonts/use_oversampling=false
[rendering]
renderer/rendering_method="gl_compatibility"
environment/defaults/default_clear_color=Color(0.231373, 0.490196, 0.309804, 1)