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/bg.png | Bin 0 -> 11527 bytes drMarioFiles/graphics/bigCovid/blue/1.png | Bin 0 -> 2520 bytes drMarioFiles/graphics/bigCovid/blue/2.png | Bin 0 -> 3907 bytes drMarioFiles/graphics/bigCovid/blue/3.png | Bin 0 -> 3219 bytes drMarioFiles/graphics/bigCovid/blue/4.png | Bin 0 -> 2076 bytes drMarioFiles/graphics/bigCovid/red/1.png | Bin 0 -> 2237 bytes drMarioFiles/graphics/bigCovid/red/2.png | Bin 0 -> 1559 bytes drMarioFiles/graphics/bigCovid/red/3.png | Bin 0 -> 1617 bytes drMarioFiles/graphics/bigCovid/red/4.png | Bin 0 -> 2762 bytes drMarioFiles/graphics/bigCovid/yellow/1.png | Bin 0 -> 2084 bytes drMarioFiles/graphics/bigCovid/yellow/2.png | Bin 0 -> 2037 bytes drMarioFiles/graphics/bigCovid/yellow/3.png | Bin 0 -> 2064 bytes drMarioFiles/graphics/bigCovid/yellow/4.png | Bin 0 -> 2066 bytes 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 drMarioFiles/graphics/capsule/red/r_dot.png | Bin 0 -> 641 bytes drMarioFiles/graphics/capsule/red/r_down.png | Bin 0 -> 636 bytes drMarioFiles/graphics/capsule/red/r_left.png | Bin 0 -> 627 bytes drMarioFiles/graphics/capsule/red/r_right.png | Bin 0 -> 632 bytes drMarioFiles/graphics/capsule/red/r_up.png | Bin 0 -> 634 bytes drMarioFiles/graphics/capsule/yellow/y_dot.png | Bin 0 -> 639 bytes drMarioFiles/graphics/capsule/yellow/y_down.png | Bin 0 -> 633 bytes drMarioFiles/graphics/capsule/yellow/y_left.png | Bin 0 -> 633 bytes drMarioFiles/graphics/capsule/yellow/y_right.png | Bin 0 -> 626 bytes drMarioFiles/graphics/capsule/yellow/y_up.png | Bin 0 -> 635 bytes drMarioFiles/graphics/destroying/b_o.png | Bin 0 -> 1256 bytes drMarioFiles/graphics/destroying/b_x.png | Bin 0 -> 1256 bytes drMarioFiles/graphics/destroying/r_o.png | Bin 0 -> 626 bytes drMarioFiles/graphics/destroying/r_x.png | Bin 0 -> 619 bytes drMarioFiles/graphics/destroying/y_o.png | Bin 0 -> 1257 bytes drMarioFiles/graphics/destroying/y_x.png | Bin 0 -> 1256 bytes drMarioFiles/graphics/gameOver.png | Bin 0 -> 7384 bytes drMarioFiles/graphics/gameOverDoctor.png | Bin 0 -> 4331 bytes drMarioFiles/graphics/hands/down.png | Bin 0 -> 624 bytes drMarioFiles/graphics/hands/middle.png | Bin 0 -> 659 bytes drMarioFiles/graphics/hands/stinkyOnes/down_1.png | Bin 0 -> 640 bytes drMarioFiles/graphics/hands/stinkyOnes/down_2.png | Bin 0 -> 655 bytes drMarioFiles/graphics/hands/stinkyOnes/middle11.png | Bin 0 -> 651 bytes drMarioFiles/graphics/hands/stinkyOnes/middle12.png | Bin 0 -> 627 bytes drMarioFiles/graphics/hands/stinkyOnes/middle21.png | Bin 0 -> 619 bytes drMarioFiles/graphics/hands/stinkyOnes/middle22.png | Bin 0 -> 625 bytes drMarioFiles/graphics/hands/stinkyOnes/up_1.png | Bin 0 -> 650 bytes drMarioFiles/graphics/hands/stinkyOnes/up_2.png | Bin 0 -> 621 bytes drMarioFiles/graphics/hands/stinkyOnes/up_3.png | Bin 0 -> 632 bytes drMarioFiles/graphics/hands/up.png | Bin 0 -> 653 bytes drMarioFiles/graphics/numbers/0.png | Bin 0 -> 762 bytes drMarioFiles/graphics/numbers/1.png | Bin 0 -> 754 bytes drMarioFiles/graphics/numbers/2.png | Bin 0 -> 816 bytes drMarioFiles/graphics/numbers/3.png | Bin 0 -> 772 bytes drMarioFiles/graphics/numbers/4.png | Bin 0 -> 759 bytes drMarioFiles/graphics/numbers/5.png | Bin 0 -> 726 bytes drMarioFiles/graphics/numbers/6.png | Bin 0 -> 877 bytes drMarioFiles/graphics/numbers/7.png | Bin 0 -> 821 bytes drMarioFiles/graphics/numbers/8.png | Bin 0 -> 921 bytes drMarioFiles/graphics/numbers/9.png | Bin 0 -> 868 bytes drMarioFiles/graphics/smallCovid/b_covid.png | Bin 0 -> 344 bytes drMarioFiles/graphics/smallCovid/r_covid.png | Bin 0 -> 316 bytes drMarioFiles/graphics/smallCovid/y_covid.png | Bin 0 -> 310 bytes drMarioFiles/graphics/stageCompleted.png | Bin 0 -> 9420 bytes 62 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 drMarioFiles/graphics/bg.png create mode 100644 drMarioFiles/graphics/bigCovid/blue/1.png create mode 100644 drMarioFiles/graphics/bigCovid/blue/2.png create mode 100644 drMarioFiles/graphics/bigCovid/blue/3.png create mode 100644 drMarioFiles/graphics/bigCovid/blue/4.png create mode 100644 drMarioFiles/graphics/bigCovid/red/1.png create mode 100644 drMarioFiles/graphics/bigCovid/red/2.png create mode 100644 drMarioFiles/graphics/bigCovid/red/3.png create mode 100644 drMarioFiles/graphics/bigCovid/red/4.png create mode 100644 drMarioFiles/graphics/bigCovid/yellow/1.png create mode 100644 drMarioFiles/graphics/bigCovid/yellow/2.png create mode 100644 drMarioFiles/graphics/bigCovid/yellow/3.png create mode 100644 drMarioFiles/graphics/bigCovid/yellow/4.png 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 create mode 100644 drMarioFiles/graphics/capsule/red/r_dot.png create mode 100644 drMarioFiles/graphics/capsule/red/r_down.png create mode 100644 drMarioFiles/graphics/capsule/red/r_left.png create mode 100644 drMarioFiles/graphics/capsule/red/r_right.png create mode 100644 drMarioFiles/graphics/capsule/red/r_up.png create mode 100644 drMarioFiles/graphics/capsule/yellow/y_dot.png create mode 100644 drMarioFiles/graphics/capsule/yellow/y_down.png create mode 100644 drMarioFiles/graphics/capsule/yellow/y_left.png create mode 100644 drMarioFiles/graphics/capsule/yellow/y_right.png create mode 100644 drMarioFiles/graphics/capsule/yellow/y_up.png create mode 100644 drMarioFiles/graphics/destroying/b_o.png create mode 100644 drMarioFiles/graphics/destroying/b_x.png create mode 100644 drMarioFiles/graphics/destroying/r_o.png create mode 100644 drMarioFiles/graphics/destroying/r_x.png create mode 100644 drMarioFiles/graphics/destroying/y_o.png create mode 100644 drMarioFiles/graphics/destroying/y_x.png create mode 100644 drMarioFiles/graphics/gameOver.png create mode 100644 drMarioFiles/graphics/gameOverDoctor.png create mode 100644 drMarioFiles/graphics/hands/down.png create mode 100644 drMarioFiles/graphics/hands/middle.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/down_1.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/down_2.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/middle11.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/middle12.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/middle21.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/middle22.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/up_1.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/up_2.png create mode 100644 drMarioFiles/graphics/hands/stinkyOnes/up_3.png create mode 100644 drMarioFiles/graphics/hands/up.png create mode 100644 drMarioFiles/graphics/numbers/0.png create mode 100644 drMarioFiles/graphics/numbers/1.png create mode 100644 drMarioFiles/graphics/numbers/2.png create mode 100644 drMarioFiles/graphics/numbers/3.png create mode 100644 drMarioFiles/graphics/numbers/4.png create mode 100644 drMarioFiles/graphics/numbers/5.png create mode 100644 drMarioFiles/graphics/numbers/6.png create mode 100644 drMarioFiles/graphics/numbers/7.png create mode 100644 drMarioFiles/graphics/numbers/8.png create mode 100644 drMarioFiles/graphics/numbers/9.png create mode 100644 drMarioFiles/graphics/smallCovid/b_covid.png create mode 100644 drMarioFiles/graphics/smallCovid/r_covid.png create mode 100644 drMarioFiles/graphics/smallCovid/y_covid.png create mode 100644 drMarioFiles/graphics/stageCompleted.png (limited to 'drMarioFiles/graphics') diff --git a/drMarioFiles/graphics/bg.png b/drMarioFiles/graphics/bg.png new file mode 100644 index 0000000..cbd0eb2 Binary files /dev/null and b/drMarioFiles/graphics/bg.png differ diff --git a/drMarioFiles/graphics/bigCovid/blue/1.png b/drMarioFiles/graphics/bigCovid/blue/1.png new file mode 100644 index 0000000..1066be0 Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/blue/1.png differ diff --git a/drMarioFiles/graphics/bigCovid/blue/2.png b/drMarioFiles/graphics/bigCovid/blue/2.png new file mode 100644 index 0000000..1b644af Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/blue/2.png differ diff --git a/drMarioFiles/graphics/bigCovid/blue/3.png b/drMarioFiles/graphics/bigCovid/blue/3.png new file mode 100644 index 0000000..59e439a Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/blue/3.png differ diff --git a/drMarioFiles/graphics/bigCovid/blue/4.png b/drMarioFiles/graphics/bigCovid/blue/4.png new file mode 100644 index 0000000..32bd5db Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/blue/4.png differ diff --git a/drMarioFiles/graphics/bigCovid/red/1.png b/drMarioFiles/graphics/bigCovid/red/1.png new file mode 100644 index 0000000..40cd55b Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/red/1.png differ diff --git a/drMarioFiles/graphics/bigCovid/red/2.png b/drMarioFiles/graphics/bigCovid/red/2.png new file mode 100644 index 0000000..762a06a Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/red/2.png differ diff --git a/drMarioFiles/graphics/bigCovid/red/3.png b/drMarioFiles/graphics/bigCovid/red/3.png new file mode 100644 index 0000000..00a94a5 Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/red/3.png differ diff --git a/drMarioFiles/graphics/bigCovid/red/4.png b/drMarioFiles/graphics/bigCovid/red/4.png new file mode 100644 index 0000000..85bc7b5 Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/red/4.png differ diff --git a/drMarioFiles/graphics/bigCovid/yellow/1.png b/drMarioFiles/graphics/bigCovid/yellow/1.png new file mode 100644 index 0000000..d55cd38 Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/yellow/1.png differ diff --git a/drMarioFiles/graphics/bigCovid/yellow/2.png b/drMarioFiles/graphics/bigCovid/yellow/2.png new file mode 100644 index 0000000..8a922a2 Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/yellow/2.png differ diff --git a/drMarioFiles/graphics/bigCovid/yellow/3.png b/drMarioFiles/graphics/bigCovid/yellow/3.png new file mode 100644 index 0000000..03c33fc Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/yellow/3.png differ diff --git a/drMarioFiles/graphics/bigCovid/yellow/4.png b/drMarioFiles/graphics/bigCovid/yellow/4.png new file mode 100644 index 0000000..a45560b Binary files /dev/null and b/drMarioFiles/graphics/bigCovid/yellow/4.png differ 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 diff --git a/drMarioFiles/graphics/capsule/red/r_dot.png b/drMarioFiles/graphics/capsule/red/r_dot.png new file mode 100644 index 0000000..c1f26fa Binary files /dev/null and b/drMarioFiles/graphics/capsule/red/r_dot.png differ diff --git a/drMarioFiles/graphics/capsule/red/r_down.png b/drMarioFiles/graphics/capsule/red/r_down.png new file mode 100644 index 0000000..a45e865 Binary files /dev/null and b/drMarioFiles/graphics/capsule/red/r_down.png differ diff --git a/drMarioFiles/graphics/capsule/red/r_left.png b/drMarioFiles/graphics/capsule/red/r_left.png new file mode 100644 index 0000000..a0bcb5f Binary files /dev/null and b/drMarioFiles/graphics/capsule/red/r_left.png differ diff --git a/drMarioFiles/graphics/capsule/red/r_right.png b/drMarioFiles/graphics/capsule/red/r_right.png new file mode 100644 index 0000000..cc08c6e Binary files /dev/null and b/drMarioFiles/graphics/capsule/red/r_right.png differ diff --git a/drMarioFiles/graphics/capsule/red/r_up.png b/drMarioFiles/graphics/capsule/red/r_up.png new file mode 100644 index 0000000..4492a14 Binary files /dev/null and b/drMarioFiles/graphics/capsule/red/r_up.png differ diff --git a/drMarioFiles/graphics/capsule/yellow/y_dot.png b/drMarioFiles/graphics/capsule/yellow/y_dot.png new file mode 100644 index 0000000..dc51220 Binary files /dev/null and b/drMarioFiles/graphics/capsule/yellow/y_dot.png differ diff --git a/drMarioFiles/graphics/capsule/yellow/y_down.png b/drMarioFiles/graphics/capsule/yellow/y_down.png new file mode 100644 index 0000000..b6e8096 Binary files /dev/null and b/drMarioFiles/graphics/capsule/yellow/y_down.png differ diff --git a/drMarioFiles/graphics/capsule/yellow/y_left.png b/drMarioFiles/graphics/capsule/yellow/y_left.png new file mode 100644 index 0000000..8551d6e Binary files /dev/null and b/drMarioFiles/graphics/capsule/yellow/y_left.png differ diff --git a/drMarioFiles/graphics/capsule/yellow/y_right.png b/drMarioFiles/graphics/capsule/yellow/y_right.png new file mode 100644 index 0000000..4ceec7e Binary files /dev/null and b/drMarioFiles/graphics/capsule/yellow/y_right.png differ diff --git a/drMarioFiles/graphics/capsule/yellow/y_up.png b/drMarioFiles/graphics/capsule/yellow/y_up.png new file mode 100644 index 0000000..92c60a6 Binary files /dev/null and b/drMarioFiles/graphics/capsule/yellow/y_up.png differ diff --git a/drMarioFiles/graphics/destroying/b_o.png b/drMarioFiles/graphics/destroying/b_o.png new file mode 100644 index 0000000..f0a0c71 Binary files /dev/null and b/drMarioFiles/graphics/destroying/b_o.png differ diff --git a/drMarioFiles/graphics/destroying/b_x.png b/drMarioFiles/graphics/destroying/b_x.png new file mode 100644 index 0000000..4bf3b92 Binary files /dev/null and b/drMarioFiles/graphics/destroying/b_x.png differ diff --git a/drMarioFiles/graphics/destroying/r_o.png b/drMarioFiles/graphics/destroying/r_o.png new file mode 100644 index 0000000..235a773 Binary files /dev/null and b/drMarioFiles/graphics/destroying/r_o.png differ diff --git a/drMarioFiles/graphics/destroying/r_x.png b/drMarioFiles/graphics/destroying/r_x.png new file mode 100644 index 0000000..91fca4b Binary files /dev/null and b/drMarioFiles/graphics/destroying/r_x.png differ diff --git a/drMarioFiles/graphics/destroying/y_o.png b/drMarioFiles/graphics/destroying/y_o.png new file mode 100644 index 0000000..43a6c8e Binary files /dev/null and b/drMarioFiles/graphics/destroying/y_o.png differ diff --git a/drMarioFiles/graphics/destroying/y_x.png b/drMarioFiles/graphics/destroying/y_x.png new file mode 100644 index 0000000..d1725f8 Binary files /dev/null and b/drMarioFiles/graphics/destroying/y_x.png differ diff --git a/drMarioFiles/graphics/gameOver.png b/drMarioFiles/graphics/gameOver.png new file mode 100644 index 0000000..e0c1871 Binary files /dev/null and b/drMarioFiles/graphics/gameOver.png differ diff --git a/drMarioFiles/graphics/gameOverDoctor.png b/drMarioFiles/graphics/gameOverDoctor.png new file mode 100644 index 0000000..d66d400 Binary files /dev/null and b/drMarioFiles/graphics/gameOverDoctor.png differ diff --git a/drMarioFiles/graphics/hands/down.png b/drMarioFiles/graphics/hands/down.png new file mode 100644 index 0000000..1dfba99 Binary files /dev/null and b/drMarioFiles/graphics/hands/down.png differ diff --git a/drMarioFiles/graphics/hands/middle.png b/drMarioFiles/graphics/hands/middle.png new file mode 100644 index 0000000..53876c3 Binary files /dev/null and b/drMarioFiles/graphics/hands/middle.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/down_1.png b/drMarioFiles/graphics/hands/stinkyOnes/down_1.png new file mode 100644 index 0000000..f829ce7 Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/down_1.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/down_2.png b/drMarioFiles/graphics/hands/stinkyOnes/down_2.png new file mode 100644 index 0000000..d76a454 Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/down_2.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/middle11.png b/drMarioFiles/graphics/hands/stinkyOnes/middle11.png new file mode 100644 index 0000000..cf478dd Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/middle11.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/middle12.png b/drMarioFiles/graphics/hands/stinkyOnes/middle12.png new file mode 100644 index 0000000..f04260c Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/middle12.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/middle21.png b/drMarioFiles/graphics/hands/stinkyOnes/middle21.png new file mode 100644 index 0000000..306f943 Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/middle21.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/middle22.png b/drMarioFiles/graphics/hands/stinkyOnes/middle22.png new file mode 100644 index 0000000..61125cd Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/middle22.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/up_1.png b/drMarioFiles/graphics/hands/stinkyOnes/up_1.png new file mode 100644 index 0000000..82af3f5 Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/up_1.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/up_2.png b/drMarioFiles/graphics/hands/stinkyOnes/up_2.png new file mode 100644 index 0000000..99b762a Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/up_2.png differ diff --git a/drMarioFiles/graphics/hands/stinkyOnes/up_3.png b/drMarioFiles/graphics/hands/stinkyOnes/up_3.png new file mode 100644 index 0000000..ed93c70 Binary files /dev/null and b/drMarioFiles/graphics/hands/stinkyOnes/up_3.png differ diff --git a/drMarioFiles/graphics/hands/up.png b/drMarioFiles/graphics/hands/up.png new file mode 100644 index 0000000..2200a5b Binary files /dev/null and b/drMarioFiles/graphics/hands/up.png differ diff --git a/drMarioFiles/graphics/numbers/0.png b/drMarioFiles/graphics/numbers/0.png new file mode 100644 index 0000000..6751ccf Binary files /dev/null and b/drMarioFiles/graphics/numbers/0.png differ diff --git a/drMarioFiles/graphics/numbers/1.png b/drMarioFiles/graphics/numbers/1.png new file mode 100644 index 0000000..e2e251a Binary files /dev/null and b/drMarioFiles/graphics/numbers/1.png differ diff --git a/drMarioFiles/graphics/numbers/2.png b/drMarioFiles/graphics/numbers/2.png new file mode 100644 index 0000000..81189d2 Binary files /dev/null and b/drMarioFiles/graphics/numbers/2.png differ diff --git a/drMarioFiles/graphics/numbers/3.png b/drMarioFiles/graphics/numbers/3.png new file mode 100644 index 0000000..cd7705c Binary files /dev/null and b/drMarioFiles/graphics/numbers/3.png differ diff --git a/drMarioFiles/graphics/numbers/4.png b/drMarioFiles/graphics/numbers/4.png new file mode 100644 index 0000000..f17e6a0 Binary files /dev/null and b/drMarioFiles/graphics/numbers/4.png differ diff --git a/drMarioFiles/graphics/numbers/5.png b/drMarioFiles/graphics/numbers/5.png new file mode 100644 index 0000000..ccc2220 Binary files /dev/null and b/drMarioFiles/graphics/numbers/5.png differ diff --git a/drMarioFiles/graphics/numbers/6.png b/drMarioFiles/graphics/numbers/6.png new file mode 100644 index 0000000..db48409 Binary files /dev/null and b/drMarioFiles/graphics/numbers/6.png differ diff --git a/drMarioFiles/graphics/numbers/7.png b/drMarioFiles/graphics/numbers/7.png new file mode 100644 index 0000000..181c542 Binary files /dev/null and b/drMarioFiles/graphics/numbers/7.png differ diff --git a/drMarioFiles/graphics/numbers/8.png b/drMarioFiles/graphics/numbers/8.png new file mode 100644 index 0000000..e570b06 Binary files /dev/null and b/drMarioFiles/graphics/numbers/8.png differ diff --git a/drMarioFiles/graphics/numbers/9.png b/drMarioFiles/graphics/numbers/9.png new file mode 100644 index 0000000..f94ca6a Binary files /dev/null and b/drMarioFiles/graphics/numbers/9.png differ diff --git a/drMarioFiles/graphics/smallCovid/b_covid.png b/drMarioFiles/graphics/smallCovid/b_covid.png new file mode 100644 index 0000000..7cdc3f5 Binary files /dev/null and b/drMarioFiles/graphics/smallCovid/b_covid.png differ diff --git a/drMarioFiles/graphics/smallCovid/r_covid.png b/drMarioFiles/graphics/smallCovid/r_covid.png new file mode 100644 index 0000000..4ad9f49 Binary files /dev/null and b/drMarioFiles/graphics/smallCovid/r_covid.png differ diff --git a/drMarioFiles/graphics/smallCovid/y_covid.png b/drMarioFiles/graphics/smallCovid/y_covid.png new file mode 100644 index 0000000..6df1435 Binary files /dev/null and b/drMarioFiles/graphics/smallCovid/y_covid.png differ diff --git a/drMarioFiles/graphics/stageCompleted.png b/drMarioFiles/graphics/stageCompleted.png new file mode 100644 index 0000000..a540122 Binary files /dev/null and b/drMarioFiles/graphics/stageCompleted.png differ -- cgit v1.3.1