Added bat enemies with stats and better touch controls

This commit is contained in:
Alan Youngblood
2024-11-10 14:05:00 -05:00
parent f398efdcff
commit 6555ebe4c2
16 changed files with 141 additions and 4 deletions

View File

@ -0,0 +1,3 @@
extends Area2D
export var damage = 1

View File

@ -1,7 +1,10 @@
[gd_scene format=2]
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Overlap/Hitbox.gd" type="Script" id=1]
[node name="Hitbox" type="Area2D"]
collision_layer = 0
collision_mask = 0
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]