1
0
Fork 0
spacetac/project.godot

49 lines
963 B
Plaintext

; 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=4
_global_script_classes=[ {
"base": "Sprite",
"class": "Anchor",
"language": "GDScript",
"path": "res://arenas/anchor.gd"
}, {
"base": "Line2D",
"class": "Route",
"language": "GDScript",
"path": "res://arenas/route.gd"
} ]
_global_script_class_icons={
"Anchor": "",
"Route": ""
}
[application]
config/name="SpaceTac"
config/description="A tactical game set in space"
run/main_scene="res://screens/title/title.tscn"
config/icon="res://icon.png"
[display]
window/size/width=1080
window/size/height=1920
window/handheld/orientation="portrait"
window/stretch/mode="2d"
window/stretch/aspect="keep"
[gui]
theme/custom="res://theme/ui.tres"
[rendering]
environment/default_environment="res://env.tres"