first enemy test

This commit is contained in:
2025-04-13 21:35:53 +02:00
parent 94f522d1b6
commit cc70a7d588
208 changed files with 17305 additions and 1 deletions

4
Game/Bullets/arrow.gd Normal file
View File

@ -0,0 +1,4 @@
extends Node2D
func _ready() -> void:
print("ready")

View File

@ -0,0 +1 @@
uid://b3dcdgqfb5nf3

View File

@ -23,7 +23,7 @@ animations = [{
}],
"loop": false,
"name": &"Explode",
"speed": 3.0
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,