feat(@projects): ✨ add full game demo scene test
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
63ec984c36
commit
aafa51283c
1 changed files with 6 additions and 0 deletions
6
src/game/engine/scenes/tests/full_game_demo_proof.tscn
Normal file
6
src/game/engine/scenes/tests/full_game_demo_proof.tscn
Normal 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")
|
||||
Loading…
Add table
Reference in a new issue