From 619a039942c3c02552f72275634a9f6c0788c570 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 20 Jul 2023 22:22:26 -0700 Subject: very basic websocket setup --- engine/config/constants.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engine/config/constants.ts') diff --git a/engine/config/constants.ts b/engine/config/constants.ts index 27c8160..9a3169b 100644 --- a/engine/config/constants.ts +++ b/engine/config/constants.ts @@ -32,3 +32,8 @@ export namespace PhysicsConstants { export const PLAYER_JUMP_ACC = -0.01; export const PLAYER_JUMP_INITIAL_VEL = -0.9; } + +export namespace Miscellaneous { + export const WIDTH = 600; + export const HEIGHT = 800; +} -- cgit v1.2.3-70-g09d2