- 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>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://engine/scenes/editor.gd" id="1"]
|
|
|
|
[node name="Editor" type="Node2D"]
|
|
script = ExtResource("1")
|