how do I pause a game for 1 second in the update loop? then after the one game continues as intended.
I guess you could pause and resume the scene with setTimeout()
.
thx ill try that
how do I pause a game for 1 second in the update loop? then after the one game continues as intended.
I guess you could pause and resume the scene with setTimeout()
.
thx ill try that