raekfile updated

rework examples
This commit is contained in:
2023-07-21 06:37:14 +01:00
parent 15dcaeedda
commit 15c4baf5d7
12 changed files with 42 additions and 131 deletions

View File

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