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
11
scenes/game/Hitbox/damage_area.tscn
Normal file
11
scenes/game/Hitbox/damage_area.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cwirujaquehfc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/game/Hitbox/damage_area.gd" id="1_bd1uk"]
|
||||
|
||||
[node name="DamageArea" type="Area2D"]
|
||||
collision_layer = 128
|
||||
collision_mask = 256
|
||||
script = ExtResource("1_bd1uk")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
debug_color = Color(0.984314, 0, 0, 0.419608)
|
||||
Loading…
Add table
Add a link
Reference in a new issue