From 15585c90e9d1a36645b70e75b5ed7a7321d2a7dc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 21 Jul 2023 06:39:53 +0100 Subject: [PATCH] fix error in rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c2147fe..b337b7c 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ task :events do ruby filepath end task :levels do - filepath = File.join(HERE, "examples", "events", "main.rb") + filepath = File.join(HERE, "examples", "levels", "main.rb") ruby filepath end task :scene_rotate do