adambennett / Balatro-DeckCreator

Deck Creator is a small tool for the game Balatro that allows users to create, save, load, and even share custom decks.
GNU General Public License v3.0
22 stars 0 forks source link

Menu Crashes When Open w/ Controller input #4

Open l4dbill8745 opened 5 months ago

l4dbill8745 commented 5 months ago

engine/contoller.lua:553: attempt to perform arithmetic on field 'x' (nil value)

Issue only occurs when in the menu for creating custom decks while using controller input.

image

adambennett commented 5 months ago

I'm only targeting mouse and keyboard support for now. I may add improvements for controller in the future.

l4dbill8745 commented 5 months ago

I've got some experience with lua but no experience modding love2d games. If you could point me in the right direction I could work on it on my own and if I get a solution post it here for you.