From c3242b171cdbb36a26fda04c7148b9b40a5f5c33 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 1 Mar 2024 21:29:40 -0700 Subject: player movement --- src/App.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 1ed1ffd..add7c08 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,7 +1,5 @@ import { GameCanvas } from "./components/GameCanvas"; - -const WIDTH = 800; -const HEIGHT = 800; +import { Miscellaneous } from "./engine/config"; export const App = () => { return ( @@ -12,7 +10,7 @@ export const App = () => {
- +
-- cgit v1.2.3-70-g09d2