games50 / breakout

Remake of the classic Atari game Breakout!
36 stars 82 forks source link

Updated push.lua for Love2D 11.1 - Works with prev. versions. #4

Open 09jlardinois opened 6 years ago

09jlardinois commented 6 years ago

Updated push.lua for Love 11.1, still works with previous versions.

I made a python script to automate it that I can share if you want. Let me know if you do. Works on 3.0 and should work on python 2.7 as well (not tested).

Sorry for any mistakes, I'm new to GitHub

ghost commented 4 years ago

Doesn't work on Love 11.3

Error: main.lua:83: bad argument #2 to 'newSource' (string expected, got no value)
stack traceback:
        [string "boot.lua"]:777: in function <[string "boot.lua"]:773>
        [C]: in function 'newSource'
        main.lua:83: in function 'load'
        [string "boot.lua"]:586: in function <[string "boot.lua"]:585>
        [C]: in function 'xpcall'
        [string "boot.lua"]:793: in function <[string "boot.lua"]:780>
        [C]: in function 'xpcall