From f52d94751b3cf9f5cd1fe76e123bcc31c5615527 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Mon, 22 Dec 2025 08:27:36 +0000 Subject: [PATCH] updated devlog banner; fixed formatting issues in 2023/09 and 2023/10 devlog entries --- .../projects/projectn5/devlog/+page.svelte | 2 +- .../projects/projectn5/devlog/2023/09.md | 45 +++++++++++++++++- .../projects/projectn5/devlog/2023/10.md | 2 +- static/projects/projectn5/banner2.webp | Bin 0 -> 52658 bytes 4 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 static/projects/projectn5/banner2.webp diff --git a/src/routes/projects/projectn5/devlog/+page.svelte b/src/routes/projects/projectn5/devlog/+page.svelte index c2df463..02534b7 100644 --- a/src/routes/projects/projectn5/devlog/+page.svelte +++ b/src/routes/projects/projectn5/devlog/+page.svelte @@ -21,7 +21,7 @@ diff --git a/src/routes/projects/projectn5/devlog/2023/09.md b/src/routes/projects/projectn5/devlog/2023/09.md index 0085a21..070bda0 100644 --- a/src/routes/projects/projectn5/devlog/2023/09.md +++ b/src/routes/projects/projectn5/devlog/2023/09.md @@ -6,82 +6,123 @@ My progress in September 2023. Updates are shown in chronological order. ## One Small Step A character has been added and the player can control them! It's influenced by gravity too, although it falls at an unnaturally rapid rate when thrown off the edge. This is because the downward velocity kept increasing even when grounded, and is fixed in a later version. Also, the character faces the wrong direction; moving forward results in the character facing the camera instead of forward. This is fixed once I replaced the character model with one where it's more obvious which side is forward. +