-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extension https://github.com/robo-technical-group/pxt-info-blocks…
…-extra and https://github.com/riknoll/arcade-fake-button-press Fixes #177 and #174
- Loading branch information
1 parent
b9c33e8
commit 20d52db
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
11 changes: 11 additions & 0 deletions
11
content/extensions/075-robo-technical-group---pxt-info-blocks-extra.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |