diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/project.godot b/project.godot index 32e1360..f2754c5 100644 --- a/project.godot +++ b/project.godot @@ -8,9 +8,14 @@ config_version=4 -_global_script_classes=[ ] +_global_script_classes=[ { +"base": "KinematicBody2D", +"class": "PlayerCharacter", +"language": "GDScript", +"path": "res://scripts/PlayerCharacter.gd" +} ] _global_script_class_icons={ - +"PlayerCharacter": "" } [application] |
