fix error in rakefile

This commit is contained in:
onyx-and-iris 2023-07-21 06:39:53 +01:00
parent 15c4baf5d7
commit 15585c90e9

View File

@ -14,7 +14,7 @@ task :events do
ruby filepath ruby filepath
end end
task :levels do task :levels do
filepath = File.join(HERE, "examples", "events", "main.rb") filepath = File.join(HERE, "examples", "levels", "main.rb")
ruby filepath ruby filepath
end end
task :scene_rotate do task :scene_rotate do