drawing now seperate from gameLoop
+ refactoring + added soundMutedFlag
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import {WebSocket} from "ws";
|
||||
import {Racket} from "../../shared_js/class/Rectangle.js";
|
||||
import { WebSocket } from "../wsServer.js";
|
||||
import { Racket } from "../../shared_js/class/Rectangle.js";
|
||||
import { GameSession } from "./GameSession.js";
|
||||
|
||||
class Client {
|
||||
|
||||
Reference in New Issue
Block a user