Search found 2 matches
- Wed Sep 29, 2021 5:53 am
- Forum: Support and Development
- Topic: problem pausing
- Replies: 3
- Views: 3621
Re: problem pausing
I'm kind of confused as to what's suppose to go inside "blah". Here's what I put inside it PauseState1 = Class{__includes = BaseState} function PauseState1:enter(enterParams) Running = love.update love.update = function(dt) backgroundScroll = (backgroundScroll + BACKGROUND_SCROLL_SPEED * d...
- Mon Sep 27, 2021 5:51 am
- Forum: Support and Development
- Topic: problem pausing
- Replies: 3
- Views: 3621
problem pausing
I've been trying to get the pause feature to work for over a month now. In my latest attempt, I tried using this one. Now I'm getting -------- Error states/PauseState.lua:40: attempt to index local 'enterParams' (a nil value) Traceback states/PauseState.lua:40: in function 'enter' StateMachine.lua:5...