From cb47ca44b0302ab7906e5dad18f829631dcaf1e1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 26 Jun 2019 16:57:56 -0400 Subject: Add shmup prototype example. --- examples/shmup/images/back-buildings.png | Bin 0 -> 7194 bytes examples/shmup/images/bipedal-unit1.png | Bin 0 -> 841 bytes examples/shmup/images/bullet_2.png | Bin 0 -> 351 bytes examples/shmup/images/bullets.png | Bin 0 -> 516 bytes examples/shmup/images/drone-1.png | Bin 0 -> 1824 bytes examples/shmup/images/far-buildings.png | Bin 0 -> 6763 bytes examples/shmup/images/foreground.png | Bin 0 -> 15269 bytes examples/shmup/images/player.png | Bin 0 -> 8443 bytes examples/shmup/images/ship.png | Bin 0 -> 1589 bytes examples/shmup/images/shot-1.png | Bin 0 -> 165 bytes examples/shmup/images/shot-2.png | Bin 0 -> 1040 bytes examples/shmup/images/space-marine-idle.png | Bin 0 -> 3081 bytes examples/shmup/images/space-marine.png | Bin 0 -> 1448 bytes examples/shmup/images/v-police.png | Bin 0 -> 4043 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/shmup/images/back-buildings.png create mode 100644 examples/shmup/images/bipedal-unit1.png create mode 100644 examples/shmup/images/bullet_2.png create mode 100644 examples/shmup/images/bullets.png create mode 100644 examples/shmup/images/drone-1.png create mode 100644 examples/shmup/images/far-buildings.png create mode 100644 examples/shmup/images/foreground.png create mode 100644 examples/shmup/images/player.png create mode 100644 examples/shmup/images/ship.png create mode 100644 examples/shmup/images/shot-1.png create mode 100644 examples/shmup/images/shot-2.png create mode 100644 examples/shmup/images/space-marine-idle.png create mode 100644 examples/shmup/images/space-marine.png create mode 100644 examples/shmup/images/v-police.png (limited to 'examples/shmup/images') diff --git a/examples/shmup/images/back-buildings.png b/examples/shmup/images/back-buildings.png new file mode 100644 index 0000000..e427882 Binary files /dev/null and b/examples/shmup/images/back-buildings.png differ diff --git a/examples/shmup/images/bipedal-unit1.png b/examples/shmup/images/bipedal-unit1.png new file mode 100644 index 0000000..425e0b4 Binary files /dev/null and b/examples/shmup/images/bipedal-unit1.png differ diff --git a/examples/shmup/images/bullet_2.png b/examples/shmup/images/bullet_2.png new file mode 100644 index 0000000..2e1e6a4 Binary files /dev/null and b/examples/shmup/images/bullet_2.png differ diff --git a/examples/shmup/images/bullets.png b/examples/shmup/images/bullets.png new file mode 100644 index 0000000..f4c430d Binary files /dev/null and b/examples/shmup/images/bullets.png differ diff --git a/examples/shmup/images/drone-1.png b/examples/shmup/images/drone-1.png new file mode 100644 index 0000000..f16ee5b Binary files /dev/null and b/examples/shmup/images/drone-1.png differ diff --git a/examples/shmup/images/far-buildings.png b/examples/shmup/images/far-buildings.png new file mode 100644 index 0000000..7c81747 Binary files /dev/null and b/examples/shmup/images/far-buildings.png differ diff --git a/examples/shmup/images/foreground.png b/examples/shmup/images/foreground.png new file mode 100644 index 0000000..f958dae Binary files /dev/null and b/examples/shmup/images/foreground.png differ diff --git a/examples/shmup/images/player.png b/examples/shmup/images/player.png new file mode 100644 index 0000000..9e0a312 Binary files /dev/null and b/examples/shmup/images/player.png differ diff --git a/examples/shmup/images/ship.png b/examples/shmup/images/ship.png new file mode 100644 index 0000000..7c3aba4 Binary files /dev/null and b/examples/shmup/images/ship.png differ diff --git a/examples/shmup/images/shot-1.png b/examples/shmup/images/shot-1.png new file mode 100644 index 0000000..709de06 Binary files /dev/null and b/examples/shmup/images/shot-1.png differ diff --git a/examples/shmup/images/shot-2.png b/examples/shmup/images/shot-2.png new file mode 100644 index 0000000..ee647d2 Binary files /dev/null and b/examples/shmup/images/shot-2.png differ diff --git a/examples/shmup/images/space-marine-idle.png b/examples/shmup/images/space-marine-idle.png new file mode 100644 index 0000000..97cf08f Binary files /dev/null and b/examples/shmup/images/space-marine-idle.png differ diff --git a/examples/shmup/images/space-marine.png b/examples/shmup/images/space-marine.png new file mode 100644 index 0000000..5878af2 Binary files /dev/null and b/examples/shmup/images/space-marine.png differ diff --git a/examples/shmup/images/v-police.png b/examples/shmup/images/v-police.png new file mode 100644 index 0000000..110e99b Binary files /dev/null and b/examples/shmup/images/v-police.png differ -- cgit v1.2.3