← Return to game
Log in with itch.io to leave a comment.
Hi! Wonderful game!And I love Super Monkey Ball too!
I see your source code using io.lines() at level.lua. You should use love.filesystem.lines() instead of io.lines() so read file in archive(.love).
Thanks!
omg thanks so much! i was having so many problems with file IO. first time using lua 😆
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi! Wonderful game!And I love Super Monkey Ball too!
I see your source code using io.lines() at level.lua. You should use love.filesystem.lines() instead of io.lines() so read file in archive(.love).
Thanks!
omg thanks so much! i was having so many problems with file IO. first time using lua 😆