Update project.godot.

pull/41/head
tokc 2021-03-30 18:16:52 +02:00
parent 895607642b
commit 49ec380c0b
1 changed files with 7 additions and 2 deletions

View File

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