Random enemy spawn

This commit is contained in:
2024-10-26 13:51:02 +02:00
parent 40b841e7af
commit 2e2e0c4468
6 changed files with 56 additions and 84 deletions

View File

@ -1,6 +1,6 @@
extends CharacterBody2D
var health = 5
var health = 2
@onready var player = get_node("/root/Game/player")
func _physics_process(delta: float) -> void: