From 9c46f592d549cc804104a0007b043f5b511e222c Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Sun, 12 May 2024 23:10:43 +0300 Subject: [PATCH] Add BillardGL --- contents/BillardGL.oscmeta | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 contents/BillardGL.oscmeta diff --git a/contents/BillardGL.oscmeta b/contents/BillardGL.oscmeta new file mode 100644 index 0000000..c7234db --- /dev/null +++ b/contents/BillardGL.oscmeta @@ -0,0 +1,31 @@ +{ + "information": { + "name": "3D pool billiard simulator", + "author": "T. Nopper, S. Disch, M. Welte", + "category": "games", + "peripherals": [ + "Wii Remote" + ], + "version": "auto", + "supported_platforms": [ + "wii", + "wii_mini", + "vwii" + ] + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "mardy/billardgl", + "file": "billardgl*.zip" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": [ + "billardgl/", + "apps/billardgl/" + ] + } + ] +}