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
8
scenes/game/Rooms/room.tscn
Normal file
8
scenes/game/Rooms/room.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dilvwpnqg5ybw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dd11tyc47c3oy" path="res://scenes/game/map/tilemap.tscn" id="1_yg08r"]
|
||||
|
||||
[node name="Room" type="Node2D"]
|
||||
|
||||
[node name="Tilemap" parent="." instance=ExtResource("1_yg08r")]
|
||||
tile_map_data = PackedByteArray()
|
||||
Loading…
Add table
Add a link
Reference in a new issue