Adds initial test stage
Adds a basic test stage scene with a root node, a grid, and a tilemap layer. This provides a foundation for creating test levels and environments.
This commit is contained in:
parent
93f204a868
commit
f3af522683
3 changed files with 12 additions and 0 deletions
10
stages/test/Test.tscn
Normal file
10
stages/test/Test.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://yfs1g77wwlvv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ddyl4y27q03qo" path="res://stages/test/test.gd" id="1_xne4r"]
|
||||
|
||||
[node name="Test" type="Node2D"]
|
||||
script = ExtResource("1_xne4r")
|
||||
|
||||
[node name="TestGrid" type="Node2D" parent="."]
|
||||
|
||||
[node name="TestLayer" type="TileMapLayer" parent="TestGrid"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue