feat(@projects): add full game demo scene test

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-10 04:01:55 -07:00
parent 63ec984c36
commit aafa51283c

View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://engine/scenes/tests/full_game_demo_proof.gd" id="1"]
[node name="FullGameDemoProof" type="Node2D"]
script = ExtResource("1")