diff --git a/_drafts/2020-04-20-LudumDare46.md b/_drafts/2020-04-20-LudumDare46.md index f42313d..a1a06b0 100644 --- a/_drafts/2020-04-20-LudumDare46.md +++ b/_drafts/2020-04-20-LudumDare46.md @@ -71,8 +71,21 @@ Later on in the day, a basic HUD was designed to incorporate the game elements. *V1 of the game HUD* +While developing the sound backend, and tweaking UI, I added sound assets for heartbeats, and footsteps. World assets were also added, and the walking system was improved. + +![World Mockup](/assets/images/ld46-world-assets-v1.png) + +*The game with basic world assets loaded* + ## Day 2 ----- \ No newline at end of file +---- + +## Day 3 + +---- + + +## The Game \ No newline at end of file diff --git a/assets/images/ld46-world-assets-v1.png b/assets/images/ld46-world-assets-v1.png new file mode 100644 index 0000000..da0fb33 Binary files /dev/null and b/assets/images/ld46-world-assets-v1.png differ