games50 / breakout

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

hi, problems with enter function in statemachine.lua #14

Open MohammadIbraheem71 opened 4 years ago

MohammadIbraheem71 commented 4 years ago

i am using love11.3. the enter function of the state machine always causes problems line 18 of statemachine.lua ( self.current:enter(enterParams) ) the error returned is attempt to call method 'enter'(a nil value) pls help me out