Search found 2 matches

by TrevnadoYT
Mon Nov 11, 2019 2:22 pm
Forum: Support and Development
Topic: Extreme error
Replies: 3
Views: 3839

Re: Extreme error

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).
Thank You, this was a real problem, thanks for fixing it. (redundancy)
by TrevnadoYT
Sat Nov 09, 2019 12:39 am
Forum: Support and Development
Topic: Extreme error
Replies: 3
Views: 3839

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...