spawner can now spawn 3d models

This commit is contained in:
Luca 2024-09-17 20:06:11 +02:00
parent ccd3ef577c
commit f025f89401
10 changed files with 59 additions and 34 deletions

8
scenes/monster.tscn Normal file
View file

@ -0,0 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://cytaswycabcel"]
[ext_resource type="Script" path="res://scripts/monster.gd" id="1_13xtk"]
[ext_resource type="Resource" uid="uid://ym438vedcdyl" path="res://resources/DebugMonster1.tres" id="2_rjclr"]
[node name="Monster" type="Node3D"]
script = ExtResource("1_13xtk")
monster_stats = ExtResource("2_rjclr")