Thank You, this was a real problem, thanks for fixing it. (redundancy)CogentInvalid wrote: ↑Mon Nov 11, 2019 6:05 am Your states (idle, rollingleft, rollingright, etc) should be strings, surrounded by quotes. Because they're not in quotes, Lua is treating them as variables, and unassigned variables all have the same value (nil).
Search found 2 matches
- Mon Nov 11, 2019 2:22 pm
- Forum: Support and Development
- Topic: Extreme error
- Replies: 3
- Views: 3975
Re: Extreme error
- Sat Nov 09, 2019 12:39 am
- Forum: Support and Development
- Topic: Extreme error
- Replies: 3
- Views: 3975
Extreme error
Ok, so somehow, My game thinks "state" is 2 things at once... and its not yelling at me for it, please send help. disregard this, it's not the problem love.graphics.setDefaultFilter('nearest', 'nearest') local Map = require 'core/map' local gamera = require 'core/gamera' local Util = requi...