From 4283a369307e5d0e40245220e18dac94468f8ff4 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 2 Jan 2024 20:58:46 +0100 Subject: player sprite --- build/data/imgs/objects/metal_wall.png | Bin 2091 -> 346 bytes build/data/imgs/objects/metal_wall2.png | Bin 3684 -> 362 bytes build/data/imgs/players/Blue/Gunner_Blue_Crouch.png | Bin 0 -> 1496 bytes build/data/imgs/players/Blue/Gunner_Blue_Death.png | Bin 0 -> 3615 bytes build/data/imgs/players/Blue/Gunner_Blue_Idle.png | Bin 0 -> 1600 bytes build/data/imgs/players/Blue/Gunner_Blue_Jump.png | Bin 0 -> 1183 bytes build/data/imgs/players/Blue/Gunner_Blue_Run.png | Bin 0 -> 2471 bytes build/data/imgs/players/body.png | Bin 77183 -> 0 bytes build/data/imgs/players/helmet.png | Bin 7205 -> 0 bytes build/data/imgs/tiles/tile2.png | Bin 0 -> 18025 bytes build/data/imgs/tiles/tile_cobblestone.png | Bin 42822 -> 18002 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 build/data/imgs/players/Blue/Gunner_Blue_Crouch.png create mode 100644 build/data/imgs/players/Blue/Gunner_Blue_Death.png create mode 100644 build/data/imgs/players/Blue/Gunner_Blue_Idle.png create mode 100644 build/data/imgs/players/Blue/Gunner_Blue_Jump.png create mode 100644 build/data/imgs/players/Blue/Gunner_Blue_Run.png delete mode 100644 build/data/imgs/players/body.png delete mode 100644 build/data/imgs/players/helmet.png create mode 100644 build/data/imgs/tiles/tile2.png (limited to 'build/data/imgs') diff --git a/build/data/imgs/objects/metal_wall.png b/build/data/imgs/objects/metal_wall.png index 569355a..12507f9 100644 Binary files a/build/data/imgs/objects/metal_wall.png and b/build/data/imgs/objects/metal_wall.png differ diff --git a/build/data/imgs/objects/metal_wall2.png b/build/data/imgs/objects/metal_wall2.png index c01df17..828113d 100644 Binary files a/build/data/imgs/objects/metal_wall2.png and b/build/data/imgs/objects/metal_wall2.png differ diff --git a/build/data/imgs/players/Blue/Gunner_Blue_Crouch.png b/build/data/imgs/players/Blue/Gunner_Blue_Crouch.png new file mode 100644 index 0000000..7c86829 Binary files /dev/null and b/build/data/imgs/players/Blue/Gunner_Blue_Crouch.png differ diff --git a/build/data/imgs/players/Blue/Gunner_Blue_Death.png b/build/data/imgs/players/Blue/Gunner_Blue_Death.png new file mode 100644 index 0000000..bce1a15 Binary files /dev/null and b/build/data/imgs/players/Blue/Gunner_Blue_Death.png differ diff --git a/build/data/imgs/players/Blue/Gunner_Blue_Idle.png b/build/data/imgs/players/Blue/Gunner_Blue_Idle.png new file mode 100644 index 0000000..7f05bb1 Binary files /dev/null and b/build/data/imgs/players/Blue/Gunner_Blue_Idle.png differ diff --git a/build/data/imgs/players/Blue/Gunner_Blue_Jump.png b/build/data/imgs/players/Blue/Gunner_Blue_Jump.png new file mode 100644 index 0000000..c28a071 Binary files /dev/null and b/build/data/imgs/players/Blue/Gunner_Blue_Jump.png differ diff --git a/build/data/imgs/players/Blue/Gunner_Blue_Run.png b/build/data/imgs/players/Blue/Gunner_Blue_Run.png new file mode 100644 index 0000000..133cf41 Binary files /dev/null and b/build/data/imgs/players/Blue/Gunner_Blue_Run.png differ diff --git a/build/data/imgs/players/body.png b/build/data/imgs/players/body.png deleted file mode 100644 index 96ab485..0000000 Binary files a/build/data/imgs/players/body.png and /dev/null differ diff --git a/build/data/imgs/players/helmet.png b/build/data/imgs/players/helmet.png deleted file mode 100644 index a1f36d8..0000000 Binary files a/build/data/imgs/players/helmet.png and /dev/null differ diff --git a/build/data/imgs/tiles/tile2.png b/build/data/imgs/tiles/tile2.png new file mode 100644 index 0000000..8371f2c Binary files /dev/null and b/build/data/imgs/tiles/tile2.png differ diff --git a/build/data/imgs/tiles/tile_cobblestone.png b/build/data/imgs/tiles/tile_cobblestone.png index 32c78ac..f8e329b 100644 Binary files a/build/data/imgs/tiles/tile_cobblestone.png and b/build/data/imgs/tiles/tile_cobblestone.png differ -- cgit v1.2.3-70-g09d2