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