Search found 1 match

by BatteryJellyfish
Sat Feb 24, 2018 9:12 pm
Forum: Support and Development
Topic: Two buttons don't work!
Replies: 1
Views: 1751

Two buttons don't work!

I am new to coding in Love2d and Lua. I have a start screen where you can "Start" or "More". Both buttons don't work though. Only the one coded lower... Here is the snippet of code where the buttons are: function love.mousepressed(x, y, button, isTouch) if button == 1 and gameSta...