Lessons: Player health, damage, stats, resources
This commit is contained in:
parent
147199a012
commit
7842e15c6c
13 changed files with 153 additions and 18 deletions
4
metroidvania/ResourceLoader.gd
Normal file
4
metroidvania/ResourceLoader.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
# warning-ignore-all:unused_class_variables
|
||||
var PlayerStats = preload("res://Scenes/Player/PlayetStats.tres")
|
Loading…
Add table
Add a link
Reference in a new issue