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. +