From 32879581e53fae5e684c24b44433172d8375d69e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Mon, 11 Mar 2024 16:22:06 -0600 Subject: support underscores in function application, add sign entity --- src/components/GameCanvas.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/GameCanvas.tsx b/src/components/GameCanvas.tsx index b6c585d..18dd52e 100644 --- a/src/components/GameCanvas.tsx +++ b/src/components/GameCanvas.tsx @@ -11,7 +11,7 @@ export interface GameCanvasProps { export const GameCanvas = ({ width, height }: GameCanvasProps) => { const canvasRef = useRef(null); const [game, setGame] = useState(); - const [ready, setReady] = useState(false); + const [ready, setReady] = useState(true); // false); const [loading, setLoading] = useState(true); useEffect(() => { -- cgit v1.2.3-70-g09d2