Expose Player move_speed and set class_name

This commit is contained in:
Fabien Freling 2019-02-16 17:41:32 +01:00
parent 3aeeaab1ba
commit b8c6084c19
4 changed files with 14 additions and 26 deletions

View file

@ -8,9 +8,14 @@
config_version=4
_global_script_classes=[ ]
_global_script_classes=[ {
"base": "KinematicBody",
"class": "Player",
"language": "GDScript",
"path": "res://scenes/Player.gd"
} ]
_global_script_class_icons={
"Player": ""
}
[application]