diff --git a/sniper/100x100.gif b/sniper/100x100.gif new file mode 100644 index 000000000..33708302f Binary files /dev/null and b/sniper/100x100.gif differ diff --git a/sniper/100x100.jpg b/sniper/100x100.jpg new file mode 100644 index 000000000..315bd664b Binary files /dev/null and b/sniper/100x100.jpg differ diff --git a/sniper/100x75.jpg b/sniper/100x75.jpg new file mode 100644 index 000000000..693e7c9d4 Binary files /dev/null and b/sniper/100x75.jpg differ diff --git a/sniper/100x80.jpg b/sniper/100x80.jpg new file mode 100644 index 000000000..594391e2c Binary files /dev/null and b/sniper/100x80.jpg differ diff --git a/sniper/120x90hotshotsniper.jpg b/sniper/120x90hotshotsniper.jpg new file mode 100644 index 000000000..52d0f005d Binary files /dev/null and b/sniper/120x90hotshotsniper.jpg differ diff --git a/sniper/125x125.jpg b/sniper/125x125.jpg new file mode 100644 index 000000000..047a505fd Binary files /dev/null and b/sniper/125x125.jpg differ diff --git a/sniper/140x90.jpg b/sniper/140x90.jpg new file mode 100644 index 000000000..e98df44e2 Binary files /dev/null and b/sniper/140x90.jpg differ diff --git a/sniper/150x150.jpg b/sniper/150x150.jpg new file mode 100644 index 000000000..225d1e9c1 Binary files /dev/null and b/sniper/150x150.jpg differ diff --git a/sniper/160x86.gif b/sniper/160x86.gif new file mode 100644 index 000000000..da72f3e92 Binary files /dev/null and b/sniper/160x86.gif differ diff --git a/sniper/180x135.jpg b/sniper/180x135.jpg new file mode 100644 index 000000000..6fdfaf320 Binary files /dev/null and b/sniper/180x135.jpg differ diff --git a/sniper/250x180.jpg b/sniper/250x180.jpg new file mode 100644 index 000000000..41fbe9f6e Binary files /dev/null and b/sniper/250x180.jpg differ diff --git a/sniper/300x200.jpg b/sniper/300x200.jpg new file mode 100644 index 000000000..0aeef9a7d Binary files /dev/null and b/sniper/300x200.jpg differ diff --git a/sniper/300x300.jpg b/sniper/300x300.jpg new file mode 100644 index 000000000..d4d4f2748 Binary files /dev/null and b/sniper/300x300.jpg differ diff --git a/sniper/32x32.jpg b/sniper/32x32.jpg new file mode 100644 index 000000000..8b4c20934 Binary files /dev/null and b/sniper/32x32.jpg differ diff --git a/sniper/335x185.jpg b/sniper/335x185.jpg new file mode 100644 index 000000000..9bb38c1a5 Binary files /dev/null and b/sniper/335x185.jpg differ diff --git a/sniper/60x60.jpg b/sniper/60x60.jpg new file mode 100644 index 000000000..4ad725772 Binary files /dev/null and b/sniper/60x60.jpg differ diff --git a/sniper/64x64.gif b/sniper/64x64.gif new file mode 100644 index 000000000..cbb89e661 Binary files /dev/null and b/sniper/64x64.gif differ diff --git a/sniper/70x45.jpg b/sniper/70x45.jpg new file mode 100644 index 000000000..b722a5a0a Binary files /dev/null and b/sniper/70x45.jpg differ diff --git a/sniper/70x60.jpg b/sniper/70x60.jpg new file mode 100644 index 000000000..581521985 Binary files /dev/null and b/sniper/70x60.jpg differ diff --git a/sniper/73x80.jpg b/sniper/73x80.jpg new file mode 100644 index 000000000..9f6753ec1 Binary files /dev/null and b/sniper/73x80.jpg differ diff --git a/sniper/75x57.jpg b/sniper/75x57.jpg new file mode 100644 index 000000000..54753f1e5 Binary files /dev/null and b/sniper/75x57.jpg differ diff --git a/sniper/80x60.jpg b/sniper/80x60.jpg new file mode 100644 index 000000000..dfd0b371e Binary files /dev/null and b/sniper/80x60.jpg differ diff --git a/sniper/80x70.jpg b/sniper/80x70.jpg new file mode 100644 index 000000000..2f416fa67 Binary files /dev/null and b/sniper/80x70.jpg differ diff --git a/sniper/80x80hotshotsniper.jpg b/sniper/80x80hotshotsniper.jpg new file mode 100644 index 000000000..db26ff6a7 Binary files /dev/null and b/sniper/80x80hotshotsniper.jpg differ diff --git a/sniper/81x67.jpg b/sniper/81x67.jpg new file mode 100644 index 000000000..0a4d7fdc3 Binary files /dev/null and b/sniper/81x67.jpg differ diff --git a/sniper/description_etc.txt b/sniper/description_etc.txt new file mode 100644 index 000000000..bda05ff56 --- /dev/null +++ b/sniper/description_etc.txt @@ -0,0 +1,11 @@ +Description: + +Shoot the targets with your sniper rifle! + +Instructions: + +Use your mouse to aim and shoot. Press R or Shift to Reload Press Space to use your Scope. + +Dimensions: + +620x480 \ No newline at end of file diff --git a/sniper/hotshotsniper.html b/sniper/hotshotsniper.html new file mode 100644 index 000000000..8a39b0b0e --- /dev/null +++ b/sniper/hotshotsniper.html @@ -0,0 +1,15 @@ + + + +hotshotsniper + + + + + + + + + + + diff --git a/sniper/hotshotsniper.swf b/sniper/hotshotsniper.swf new file mode 100644 index 000000000..b03284a69 Binary files /dev/null and b/sniper/hotshotsniper.swf differ diff --git a/sniper/sniper.php b/sniper/sniper.php new file mode 100644 index 000000000..8d31e9cd1 --- /dev/null +++ b/sniper/sniper.php @@ -0,0 +1,37 @@ +Hot Shot Sniper'; +} + + +function sniper_module() {} + +function sniper_content(&$a) { + +$baseurl = $a->get_baseurl() . '/addon/sniper'; + +$o .= <<< EOT + + + + +EOT; + +return $o; +} \ No newline at end of file