From 20d52db36f9da7224e191fcc168cdcb16a64e2e3 Mon Sep 17 00:00:00 2001 From: Cyrus Yiu Date: Tue, 8 Oct 2024 22:45:59 -0400 Subject: [PATCH] Add extension https://github.com/robo-technical-group/pxt-info-blocks-extra and https://github.com/riknoll/arcade-fake-button-press Fixes https://github.com/UnsignedArduino/Awesome-Arcade/issues/177 and https://github.com/UnsignedArduino/Awesome-Arcade/issues/174 --- .../074-riknoll---arcade-fake-button-press.md | 9 +++++++++ ...75-robo-technical-group---pxt-info-blocks-extra.md | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 content/extensions/074-riknoll---arcade-fake-button-press.md create mode 100644 content/extensions/075-robo-technical-group---pxt-info-blocks-extra.md diff --git a/content/extensions/074-riknoll---arcade-fake-button-press.md b/content/extensions/074-riknoll---arcade-fake-button-press.md new file mode 100644 index 0000000..5631657 --- /dev/null +++ b/content/extensions/074-riknoll---arcade-fake-button-press.md @@ -0,0 +1,9 @@ +--- +repo: "https://github.com/riknoll/arcade-fake-button-press" +links: + - title: Forum post + url: >- + https://forum.makecode.com/t/is-there-an-extension-that-presses-a-or-any-other-button-for-you-as-part-of-the-code/31068/4?u=unsignedarduino +--- + +With this extension, you can easily trigger your own A, B, up, etc. button handlers! No need to define a one-off function! Make sure you call the release function before pressing again. This extension adds a `FakeButtons` category. diff --git a/content/extensions/075-robo-technical-group---pxt-info-blocks-extra.md b/content/extensions/075-robo-technical-group---pxt-info-blocks-extra.md new file mode 100644 index 0000000..6eca677 --- /dev/null +++ b/content/extensions/075-robo-technical-group---pxt-info-blocks-extra.md @@ -0,0 +1,11 @@ +--- +repo: "https://github.com/robo-technical-group/pxt-info-blocks-extra" +links: + - title: Forum post + url: >- + https://forum.makecode.com/t/petition-for-coloring-info-blocks/30460/4?u=unsignedarduino + - title: Demo + url: "https://robo-technical-group.github.io/pxt-info-blocks-extra/" +--- + +Customization is a key part of any great game - with this extension, you can customize the look and feel of the life and score blocks to match your game's aesthetic better! There is even a [tutorial](https://arcade.makecode.com) available! This adds a `Customize` subsection to the `Info` category in the toolbox.