drawing now seperate from gameLoop
+ refactoring + added soundMutedFlag
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
import * as c from "../constants.js"
|
||||
import {Vector, VectorInteger} from "../../shared_js/class/Vector.js";
|
||||
import {TextElem, TextNumericValue} from "./Text.js";
|
||||
import { GameComponentsForClient } from "./GameComponents.js";
|
||||
import { Vector, VectorInteger } from "../../shared_js/class/Vector.js";
|
||||
import { TextElem, TextNumericValue } from "./Text.js";
|
||||
import { RectangleClient, Line } from "./RectangleClient.js";
|
||||
import { GameComponentsForClient } from "./GameComponents.js";
|
||||
|
||||
class GameComponentsClient extends GameComponentsForClient {
|
||||
midLine: Line;
|
||||
|
||||
Reference in New Issue
Block a user