improve beam resume out of pause menu
This commit is contained in:
@@ -147,6 +147,7 @@ AFRAME.registerState({
|
||||
},
|
||||
|
||||
pausegame: (state) => {
|
||||
if (!state.isPlaying) { return; }
|
||||
state.isPaused = true;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user