From 3692dcf64f7125c15197ac49b1c75add12c39e49 Mon Sep 17 00:00:00 2001 From: bailehuni Date: Sat, 4 May 2024 01:25:35 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1519ef2..dc0ab1b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ a random game engine thing. Now finally with ECS! -![A screenshot](screenshots/2024_03_19.JPG) - # TO DO LIST ## High priority (tomorrow) @@ -57,4 +55,8 @@ The CameraControllerSystem now uses raycasting to enable FPS-style player moveme Added static soft shadows. -Sort out LOG_X calls and ensure DEBUG, TRACE, INFO, etc are being used appropriately \ No newline at end of file +Sort out LOG_X calls and ensure DEBUG, TRACE, INFO, etc are being used appropriately + +# Screenshots + +![A screenshot](screenshots/2024_03_19.JPG)