Added bat enemies with stats and better touch controls
This commit is contained in:
3
ActionRPG-HeartBeast/Overlap/Hitbox.gd
Normal file
3
ActionRPG-HeartBeast/Overlap/Hitbox.gd
Normal file
@ -0,0 +1,3 @@
|
||||
extends Area2D
|
||||
|
||||
export var damage = 1
|
@ -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="."]
|
||||
|
Reference in New Issue
Block a user