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:
Dan Baker 2025-06-19 15:17:11 +01:00
parent 93f204a868
commit f3af522683
3 changed files with 12 additions and 0 deletions

10
stages/test/Test.tscn Normal file
View 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"]

1
stages/test/test.gd Normal file
View file

@ -0,0 +1 @@
extends Node2D

1
stages/test/test.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://ddyl4y27q03qo