38 lines
888 B
Text
38 lines
888 B
Text
; 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="Gamify Life"
|
|
run/main_scene="res://Menu Stuffs/Scene/Main Menu.tscn"
|
|
config/features=PackedStringArray("4.1", "Mobile")
|
|
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
|
|
|
|
[autoload]
|
|
|
|
GlobalVars="*res://ZGlobal/global_vars.gd"
|
|
Player="*res://Tasks Stuffs/Scripts/Player.gd"
|
|
Enemy="*res://Tasks Stuffs/Scripts/Enemy.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=960
|
|
window/size/viewport_height=600
|
|
window/stretch/mode="viewport"
|
|
|
|
[filesystem]
|
|
|
|
import/blender/enabled=false
|
|
import/fbx/enabled=false
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|