From ebda39f690147cf0dfe51c6e4e121c4f1e3606e8 Mon Sep 17 00:00:00 2001 From: Bram Verhulst Date: Thu, 18 Apr 2024 15:39:18 +0200 Subject: [PATCH] Add Building, Add Hard floors --- .idea/.idea.Motherload/.idea/workspace.xml | 98 +++++------ Assets/FuelStation.aseprite | Bin 11570 -> 11570 bytes Game/Game.vcxproj | 2 + Game/GridSystem/WorldTile.cpp | 176 ++++---------------- Game/GridSystem/WorldTile.h | 25 +-- Game/Levels/World/Building.cpp | 13 ++ Game/Levels/World/Building.h | 20 +++ Game/Levels/World/WorldLevel.cpp | 7 + Game/Levels/World/WorldLevel.h | 3 + Game/Player.cpp | 15 +- Game/Player.h | 6 + Resources/buildings/fuelStation.png | Bin 0 -> 11900 bytes Resources/tiles/dirt/special/grass1.png | Bin 0 -> 3684 bytes Resources/tiles/dirt/special/grass2.png | Bin 0 -> 3615 bytes Resources/tiles/dirt/special/hardLeft.png | Bin 0 -> 6164 bytes Resources/tiles/dirt/special/hardMiddle.png | Bin 0 -> 3590 bytes Resources/tiles/dirt/special/hardRight.png | Bin 0 -> 3639 bytes 17 files changed, 149 insertions(+), 216 deletions(-) create mode 100644 Game/Levels/World/Building.cpp create mode 100644 Game/Levels/World/Building.h create mode 100644 Resources/buildings/fuelStation.png create mode 100644 Resources/tiles/dirt/special/grass1.png create mode 100644 Resources/tiles/dirt/special/grass2.png create mode 100644 Resources/tiles/dirt/special/hardLeft.png create mode 100644 Resources/tiles/dirt/special/hardMiddle.png create mode 100644 Resources/tiles/dirt/special/hardRight.png diff --git a/.idea/.idea.Motherload/.idea/workspace.xml b/.idea/.idea.Motherload/.idea/workspace.xml index 7be0b3a..ad6b7d1 100644 --- a/.idea/.idea.Motherload/.idea/workspace.xml +++ b/.idea/.idea.Motherload/.idea/workspace.xml @@ -10,49 +10,18 @@