- Title: PLAY / EDITOR entry - Editor (in-app): edit fighter name/stats/colour -> user://overrides, import character folders -> user://characters, add stage backgrounds -> user://stages, open content folder - loaders work in editor, exported .pck, and user:// drop-ins (ResourceLoader remap-stripping + byte-buffer fallbacks) - stage backgrounds render behind fights when present - export_presets: mac (universal, ad-hoc sign), win x86_64, linux x86_64 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
26 lines
512 B
Plaintext
26 lines
512 B
Plaintext
; Engine configuration file.
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="FOITIN"
|
|
run/main_scene="res://engine/scenes/Title.tscn"
|
|
config/features=PackedStringArray("4.7", "2D")
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="keep"
|
|
|
|
[physics]
|
|
|
|
common/physics_ticks_per_second=60
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|
|
textures/vram_compression/import_etc2_astc=true
|
|
textures/canvas_textures/default_texture_filter=1
|