Lessons: Player health, damage, stats, resources

This commit is contained in:
Felipe M 2021-01-30 22:58:28 +01:00
parent 147199a012
commit 7842e15c6c
Signed by: fmartingr
GPG key ID: 716BC147715E716F
13 changed files with 153 additions and 18 deletions

View file

@ -8,9 +8,14 @@
config_version=4
_global_script_classes=[ ]
_global_script_classes=[ {
"base": "Resource",
"class": "PlayerStats",
"language": "GDScript",
"path": "res://Scenes/Player/PlayerStats.gd"
} ]
_global_script_class_icons={
"PlayerStats": ""
}
[application]
@ -22,6 +27,7 @@ config/icon="res://icon.png"
[autoload]
Utils="*res://Utils.gd"
ResourceLoader="*res://ResourceLoader.gd"
[display]