From 51e263e83ddd52868298dacce472c4931b10d190 Mon Sep 17 00:00:00 2001 From: karl Date: Thu, 21 Nov 2019 12:37:54 +0100 Subject: [PATCH] Collision depends on pill level; works in World World is now the default scene since the old one hasn't been modified for this --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 053a578..e2ae918 100644 --- a/project.godot +++ b/project.godot @@ -63,7 +63,7 @@ _global_script_class_icons={ [application] config/name="retrace" -run/main_scene="res://Level/PathTestWorld.tscn" +run/main_scene="res://Level/World.tscn" config/icon="res://icon.png" [autoload]