This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/project.godot
2025-04-15 11:55:58 -07:00

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