space-explo/project.godot

22 lines
480 B
Plaintext
Raw Normal View History

2022-09-02 20:42:36 +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]
config/name="Space Explo"
2022-09-02 22:41:40 +02:00
run/main_scene="res://level.tscn"
2023-03-29 23:45:34 +02:00
config/features=PackedStringArray("4.0")
2022-09-02 20:42:36 +02:00
config/icon="res://icon.svg"
2022-09-02 22:41:40 +02:00
[display]
window/size/viewport_width=480
window/size/viewport_height=270