Expose Player move_speed and set class_name
This commit is contained in:
parent
3aeeaab1ba
commit
b8c6084c19
4 changed files with 14 additions and 26 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue