Lessons: Player health, damage, stats, resources
This commit is contained in:
parent
147199a012
commit
7842e15c6c
13 changed files with 153 additions and 18 deletions
6
metroidvania/Scenes/Enemies/EnemyStats.tscn
Normal file
6
metroidvania/Scenes/Enemies/EnemyStats.tscn
Normal file
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/Enemies/EnemyStats.gd" type="Script" id=1]
|
||||
|
||||
[node name="EnemyStats" type="Node"]
|
||||
script = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue