building templated
added corruption changed tile placement to base obj
This commit is contained in:
11
scene/base.tscn
Normal file
11
scene/base.tscn
Normal 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"]
|
||||
Reference in New Issue
Block a user