monster spawner and moving to the camera direction

This commit is contained in:
Luca 2024-09-16 19:58:43 +02:00
parent 8c29b8bffd
commit b20f3b5124
821 changed files with 1611 additions and 1409 deletions

View file

@ -0,0 +1,13 @@
[gd_resource type="Resource" script_class="MonsterStats" load_steps=3 format=3 uid="uid://y250cwuiq5y"]
[ext_resource type="Script" path="res://resources/monster.gd" id="1_eka2r"]
[ext_resource type="Texture2D" uid="uid://b6ylra30qxf30" path="res://assets/logo/logo.png" id="2_b7c7s"]
[resource]
script = ExtResource("1_eka2r")
thumbnail = ExtResource("2_b7c7s")
name = "Debug Monster 3"
health = 120
attack_value = 13
defense_value = 18
speed_value = 30