From: Tony Baldwin Date: Fri, 1 Feb 2013 04:59:39 +0000 (-0500) Subject: pulled from upstream and stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7eab50b1f5bff5aaa8a2c500f4101475ee6635f;p=friendica-addons.git pulled from upstream and stuff --- diff --git a/mahjongg.tar b/mahjongg.tar new file mode 100644 index 00000000..56d70515 Binary files /dev/null and b/mahjongg.tar differ diff --git a/mahjongg/mahjongg.php b/mahjongg/mahjongg.php new file mode 100755 index 00000000..d2433ccb --- /dev/null +++ b/mahjongg/mahjongg.php @@ -0,0 +1,42 @@ +Beer Monster'; +} + + +function mahjongg_module() {} + +function mahjongg_content(&$a) { + +$baseurl = $a->get_baseurl() . '/addon/mahjongg'; + +$o .= <<< EOT +

+

+ +

+Simply locate the matching tiles and find a way to clear them from the board as quickly as possible. +A timer at the top of the screen keeps track of how you are doing.
+

+EOT; + +return $o; +} \ No newline at end of file diff --git a/mahjongg/mahjongg.swf b/mahjongg/mahjongg.swf new file mode 100755 index 00000000..79f8c9e3 Binary files /dev/null and b/mahjongg/mahjongg.swf differ