From a1a240608406e1f660af0b4aa332146d1707022c Mon Sep 17 00:00:00 2001 From: Bram Verhulst Date: Tue, 30 Apr 2024 11:57:24 +0200 Subject: [PATCH] Add player turning (Finally) --- .idea/.idea.Motherload/.idea/workspace.xml | 113 ++++++++++++++------ Assets/Player/PlayerTurn.aseprite | Bin 0 -> 10955 bytes Assets/Player/PlayerWalk.aseprite | Bin 9918 -> 9918 bytes Game/Animations/Animation.cpp | 8 +- Game/Animations/Animation.h | 17 ++- Game/Player.cpp | 63 +++++++++-- Game/Player.h | 8 +- Resources/animations/player/player_turn.png | Bin 0 -> 17807 bytes Resources/animations/player/player_walk.png | Bin 16165 -> 16165 bytes 9 files changed, 166 insertions(+), 43 deletions(-) create mode 100644 Assets/Player/PlayerTurn.aseprite create mode 100644 Resources/animations/player/player_turn.png diff --git a/.idea/.idea.Motherload/.idea/workspace.xml b/.idea/.idea.Motherload/.idea/workspace.xml index 164e542..22e23ff 100644 --- a/.idea/.idea.Motherload/.idea/workspace.xml +++ b/.idea/.idea.Motherload/.idea/workspace.xml @@ -10,16 +10,14 @@