Build 29035871

This commit is contained in:
Renan LE CARO 2025-03-16 20:11:27 +01:00
parent bdfe5408b9
commit d74d3be97e
9 changed files with 14 additions and 3699 deletions

View file

@ -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) {