refactored cell world building

#8 included resources into cell data
This commit is contained in:
2024-02-06 07:38:23 -06:00
parent d8184ab48b
commit 7c81a2229e
10 changed files with 164 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://bbsaqy4xm1ldf"]
[ext_resource type="Script" path="res://scripts/Base.gd" id="1_0nxag"]
[ext_resource type="Script" path="res://scripts/base.gd" id="1_5hpho"]
[node name="Base" type="Node2D"]
script = ExtResource("1_0nxag")
script = ExtResource("1_5hpho")
[node name="ExpandTimer" type="Timer" parent="."]
autostart = true