1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2025-03-13 12:17:30 +00:00
pineapple-surf/project.godot

33 lines
789 B
Text
Raw Normal View History

2023-01-06 18:53:47 +01: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="LD52"
2023-01-07 03:27:44 +01:00
run/main_scene="res://menu/Menu.tscn"
2023-01-06 18:53:47 +01:00
config/features=PackedStringArray("4.0", "GL Compatibility")
boot_splash/bg_color=Color(0.231373, 0.490196, 0.309804, 1)
2023-01-07 01:26:43 +01:00
config/icon="res://assets/icon.svg"
2023-01-06 18:53:47 +01:00
2023-01-07 01:27:06 +01:00
[display]
2023-01-07 03:27:05 +01:00
window/size/viewport_width=284
2023-01-07 01:27:06 +01:00
window/size/viewport_height=160
window/stretch/mode="canvas_items"
2023-01-07 03:29:15 +01:00
[gui]
fonts/dynamic_fonts/use_oversampling=false
2023-01-06 18:53:47 +01:00
[rendering]
renderer/rendering_method="gl_compatibility"
environment/defaults/default_clear_color=Color(0.231373, 0.490196, 0.309804, 1)