Added Map; Added Spawners; Changed Decorations; Cleaned up Code and some Settings; Added Enemy
This commit is contained in:
parent
e82438139f
commit
e18beb6c4c
160 changed files with 4674 additions and 182 deletions
6
Spawner/spawner.tscn
Normal file
6
Spawner/spawner.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://1jyq2seprmvg"]
|
||||
|
||||
[ext_resource type="Script" path="res://Spawner/spawner.gd" id="1_wssgn"]
|
||||
|
||||
[node name="Spawner" type="Marker2D"]
|
||||
script = ExtResource("1_wssgn")
|
||||
Loading…
Add table
Add a link
Reference in a new issue