summaryrefslogtreecommitdiff
path: root/OverworldPath.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-07-19 14:20:40 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-07-19 14:20:40 +0200
commit7fa37897ca06e81a1dd89d489f3a9627281944c4 (patch)
tree85e159800ae10cbbf04d02956c47e5aa78fbdc9a /OverworldPath.gd
parent7b11b1c2d8552b99f3e615a79621a2db769d9f5d (diff)
add character sprites and animationsHEADmain
Diffstat (limited to 'OverworldPath.gd')
-rw-r--r--OverworldPath.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/OverworldPath.gd b/OverworldPath.gd
index 6ae7b8c..d63c7f9 100644
--- a/OverworldPath.gd
+++ b/OverworldPath.gd
@@ -11,7 +11,6 @@ extends Path2D
]
@export_node_path("OverworldPath") var _previous_path: NodePath
-
var next_path: OverworldPath
var previous_path: OverworldPath