summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2020-07-30 12:03:19 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2020-07-30 12:03:19 +0300
commitd07037aa7ffb18b3219f1a73b1d8ef8b04be915c (patch)
treebfd50d39fda84a89bc9b7f0c0022c61297928857 /project.godot
parentfcfc2f9df77c4e7d10eea6a9dee10f0d13288f9c (diff)
Add ladder logic
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot9
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]