Files
Corupture/scene/base.tscn
Eric 736dc9b704 building templated
added corruption
changed tile placement to base obj
2024-02-04 08:29:44 -06:00

12 lines
356 B
Plaintext

[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"]