mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-18 12:15:04 -04:00
Build 29035871
This commit is contained in:
parent
bdfe5408b9
commit
d74d3be97e
9 changed files with 14 additions and 3699 deletions
|
@ -35,7 +35,7 @@ import { isOptionOn } from "./options";
|
|||
export function setMousePos(gameState: GameState, x: number) {
|
||||
// Sets the puck position, and updates the ball position if they are supposed to follow it
|
||||
gameState.puckPosition = x;
|
||||
gameState.needsRender=true
|
||||
gameState.needsRender = true;
|
||||
}
|
||||
|
||||
function getBallDefaultVx(gameState: GameState) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue