building templated

added corruption
changed tile placement to base obj
This commit is contained in:
2024-02-04 08:29:40 -06:00
parent 5b546291bf
commit 736dc9b704
7 changed files with 211 additions and 312 deletions

11
scene/base.tscn Normal file
View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=2 format=3 uid="uid://bbsaqy4xm1ldf"]
[ext_resource type="Script" path="res://scripts/Base.gd" id="1_0nxag"]
[node name="Base" type="Node2D"]
script = ExtResource("1_0nxag")
[node name="ExpandTimer" type="Timer" parent="."]
autostart = true
[connection signal="timeout" from="ExpandTimer" to="." method="_on_expand_timer_timeout"]