Lessons: Player health, damage, stats, resources
This commit is contained in:
parent
147199a012
commit
7842e15c6c
13 changed files with 153 additions and 18 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue