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.
10 lines
338 B
Text
10 lines
338 B
Text
[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"]
|