summaryrefslogtreecommitdiff
path: root/src/project.godot
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 03:49:28 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 03:49:28 -0600
commitbd197168c39551c3456099ed2a39375a8442483f (patch)
treeadeafb80b75e3566918f35141c2392af590897c3 /src/project.godot
parent2838046928db956b7712d24dfb63ee45fbc4d050 (diff)
working snake generation and path following, minor refactor
Diffstat (limited to 'src/project.godot')
-rw-r--r--src/project.godot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/project.godot b/src/project.godot
index 8e761d4..c23bed6 100644
--- a/src/project.godot
+++ b/src/project.godot
@@ -17,7 +17,7 @@ _global_script_classes=[ {
"base": "Node2D",
"class": "Snake",
"language": "GDScript",
-"path": "res://entities/actors/snake/snake.gd"
+"path": "res://entities/actors/snake/scripts/snake.gd"
} ]
_global_script_class_icons={
"Main": "",