You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
766 B
35 lines
766 B
; 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=3
|
|
|
|
[application]
|
|
|
|
config/name="Karate Tapper"
|
|
run/main_scene="res://Game.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[autoload]
|
|
|
|
GlobalVars="*res://scripts/singletons/GlobalVars.gd"
|
|
Singleton="*res://scripts/singletons/Singleton.gd"
|
|
|
|
[display]
|
|
|
|
window/size/width=600
|
|
window/size/height=800
|
|
window/size/resizable=false
|
|
window/dpi/allow_hidpi=true
|
|
window/handheld/orientation="portrait"
|
|
window/stretch/mode="2d"
|
|
window/stretch/aspect="keep_height"
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://default_env.tres"
|