From b6be73019fcebf3558214fcaa91a0a32c6ddcb93 Mon Sep 17 00:00:00 2001 From: Bram Verhulst Date: Thu, 2 May 2024 12:28:03 +0200 Subject: [PATCH] Add window icon, Add digging animation (Non functional) --- .idea/.idea.Motherload/.idea/workspace.xml | 52 ++++++++-- .idea/.idea.Prog2Engine/.idea/.gitignore | 15 --- .idea/.idea.Prog2Engine/.idea/.name | 1 - .idea/.idea.Prog2Engine/.idea/encodings.xml | 4 - .idea/.idea.Prog2Engine/.idea/indexLayout.xml | 8 -- .idea/.idea.Prog2Engine/.idea/vcs.xml | 6 -- Assets/Player/PlayerDigStart.aseprite | Bin 0 -> 8768 bytes Engine/BaseGame.cpp | 9 +- Engine/BaseGame.h | 2 + Engine/utils.cpp | 6 ++ Engine/utils.h | 3 + Game/Levels/World/WorldLevel.cpp | 42 ++++----- Game/Player.cpp | 89 +++++++++++------- Game/Player.h | 4 +- .../animations/player/player_dig_start.png | Bin 0 -> 14561 bytes Resources/{test.png => icon.png} | Bin 16 files changed, 140 insertions(+), 101 deletions(-) delete mode 100644 .idea/.idea.Prog2Engine/.idea/.gitignore delete mode 100644 .idea/.idea.Prog2Engine/.idea/.name delete mode 100644 .idea/.idea.Prog2Engine/.idea/encodings.xml delete mode 100644 .idea/.idea.Prog2Engine/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Prog2Engine/.idea/vcs.xml create mode 100644 Assets/Player/PlayerDigStart.aseprite create mode 100644 Resources/animations/player/player_dig_start.png rename Resources/{test.png => icon.png} (100%) diff --git a/.idea/.idea.Motherload/.idea/workspace.xml b/.idea/.idea.Motherload/.idea/workspace.xml index 22e23ff..2f7cf3c 100644 --- a/.idea/.idea.Motherload/.idea/workspace.xml +++ b/.idea/.idea.Motherload/.idea/workspace.xml @@ -10,14 +10,21 @@