r3-next/project.godot

30 lines
762 B
Text
Raw Normal View History

2023-08-09 02:36:38 +02: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]
2023-08-09 02:54:42 +02:00
config/name="The Red Robot Radio"
2023-08-09 02:36:38 +02:00
run/main_scene="res://bootclick.tscn"
config/features=PackedStringArray("4.1", "GL Compatibility")
2023-08-09 02:54:42 +02:00
config/icon="res://icon.png"
2023-08-09 02:36:38 +02:00
2023-08-09 03:39:26 +02:00
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/stretch/mode="viewport"
2023-08-09 02:36:38 +02:00
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
2023-08-09 02:54:42 +02:00
textures/vram_compression/import_etc2_astc=true
2023-08-14 03:54:00 +02:00
environment/defaults/default_clear_color=Color(0, 0, 0, 1)