2025-03-18 15:47:09 +08: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="VegeCard"
|
2025-03-27 10:19:13 +08:00
|
|
|
config/version="0.0.1"
|
|
|
|
run/main_scene="uid://qxwgu63wmvy1"
|
2025-03-18 15:47:09 +08:00
|
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://Scripts/Global.gd"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=700
|
|
|
|
window/size/viewport_height=800
|
2025-03-27 10:19:13 +08:00
|
|
|
window/stretch/mode="canvas_items"
|
2025-03-18 15:47:09 +08:00
|
|
|
|
|
|
|
[editor]
|
|
|
|
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
|
|
version_control/autoload_on_startup=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
2025-03-27 10:19:13 +08:00
|
|
|
textures/vram_compression/import_etc2_astc=true
|