From 08a75c4442b324169e3d3c4e589f86454951f5a5 Mon Sep 17 00:00:00 2001 From: rdefeo Date: Thu, 21 Nov 2024 21:24:23 -0500 Subject: [PATCH] Pinball0 v0.3 --- applications/Games/pinball0/manifest.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/Games/pinball0/manifest.yml diff --git a/applications/Games/pinball0/manifest.yml b/applications/Games/pinball0/manifest.yml new file mode 100644 index 00000000..169bc202 --- /dev/null +++ b/applications/Games/pinball0/manifest.yml @@ -0,0 +1,14 @@ +sourcecode: + type: git + location: + origin: https://github.com/rdefeo/pinball0.git + commit_sha: 7090ec291a63d59ba114d91ecf85a1a0f1c95edb +changelog: "@./CHANGELOG.md" +description: "@./README_flipperlab.md" +author: "Roberto De Feo" +screenshots: + - "./screenshots/lab_splash.png" + - "./screenshots/lab_menu.png" + - "./screenshots/lab_basic.png" + - "./screenshots/lab_el_ocho.png" + - "./screenshots/lab_classic.png"