From 61dc7d2dba0835a26a896b88c019a1c5d027eb71 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 26 Mar 2023 19:06:23 +0200 Subject: Working game --- drMarioFiles/graphics/capsule/blue/b_dot.png | Bin 0 -> 641 bytes drMarioFiles/graphics/capsule/blue/b_down.png | Bin 0 -> 636 bytes drMarioFiles/graphics/capsule/blue/b_left.png | Bin 0 -> 628 bytes drMarioFiles/graphics/capsule/blue/b_right.png | Bin 0 -> 632 bytes drMarioFiles/graphics/capsule/blue/b_up.png | Bin 0 -> 635 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 drMarioFiles/graphics/capsule/blue/b_dot.png create mode 100644 drMarioFiles/graphics/capsule/blue/b_down.png create mode 100644 drMarioFiles/graphics/capsule/blue/b_left.png create mode 100644 drMarioFiles/graphics/capsule/blue/b_right.png create mode 100644 drMarioFiles/graphics/capsule/blue/b_up.png (limited to 'drMarioFiles/graphics/capsule/blue') diff --git a/drMarioFiles/graphics/capsule/blue/b_dot.png b/drMarioFiles/graphics/capsule/blue/b_dot.png new file mode 100644 index 0000000..868d66f Binary files /dev/null and b/drMarioFiles/graphics/capsule/blue/b_dot.png differ diff --git a/drMarioFiles/graphics/capsule/blue/b_down.png b/drMarioFiles/graphics/capsule/blue/b_down.png new file mode 100644 index 0000000..00cfc9d Binary files /dev/null and b/drMarioFiles/graphics/capsule/blue/b_down.png differ diff --git a/drMarioFiles/graphics/capsule/blue/b_left.png b/drMarioFiles/graphics/capsule/blue/b_left.png new file mode 100644 index 0000000..eff2a73 Binary files /dev/null and b/drMarioFiles/graphics/capsule/blue/b_left.png differ diff --git a/drMarioFiles/graphics/capsule/blue/b_right.png b/drMarioFiles/graphics/capsule/blue/b_right.png new file mode 100644 index 0000000..9e739d5 Binary files /dev/null and b/drMarioFiles/graphics/capsule/blue/b_right.png differ diff --git a/drMarioFiles/graphics/capsule/blue/b_up.png b/drMarioFiles/graphics/capsule/blue/b_up.png new file mode 100644 index 0000000..1881f86 Binary files /dev/null and b/drMarioFiles/graphics/capsule/blue/b_up.png differ -- cgit v1.3.1