Taehl wrote:Doesn't work for me. main.lua: 7: module 'util.middleclass.init' not found
Really not sure how to solve this as I can't reproduce it.
Anyway i've moved middleclass into the root folder.
Also added a conveyor belt to level 4.
v0.6 at top.
It still fails for me. main.lua:7: module 'middleclass' not found
If I extract it to a folder, then it runs... Up to the second screen. Then I get MenuButton.lua:21: bad argument #1 to 'isDown' (string expected, got no value)
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit! Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Taehl wrote:It still fails for me. main.lua:7: module 'middleclass' not found
If I extract it to a folder, then it runs... Up to the second screen. Then I get MenuButton.lua:21: bad argument #1 to 'isDown' (string expected, got no value)
What OS and version of love are you using?
You can temporarily fix it by changing line 21 in MenuButton.lue to
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit! Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.