Skip to content

Commit 20d52db

Browse files

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
repo: "https://github.com/riknoll/arcade-fake-button-press"
3+
links:
4+
- title: Forum post
5+
url: >-
6+
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
7+
---
8+
9+
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.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
repo: "https://github.com/robo-technical-group/pxt-info-blocks-extra"
3+
links:
4+
- title: Forum post
5+
url: >-
6+
https://forum.makecode.com/t/petition-for-coloring-info-blocks/30460/4?u=unsignedarduino
7+
- title: Demo
8+
url: "https://robo-technical-group.github.io/pxt-info-blocks-extra/"
9+
---
10+
11+
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.

0 commit comments

Comments
 (0)