pxt-arcade icon indicating copy to clipboard operation
pxt-arcade copied to clipboard

Arcade game editor based on Microsoft MakeCode

Results 349 pxt-arcade issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If you turn on the Russian language and go to timeMachine, then instead of today it will be displayed yesterday (in Russian "Вчера"). Perhaps other languages have...

**Describe the bug** Hi, I'm trying to create and run a local target based off of Makecode Arcade as part of a project; however when I run the target on...

**Describe the bug** If you use a dialog frame image asset from the gallery that is larger than 24x24, the dialog text will not wrap. This is a MakeCode function....

Describe your design or art need by answering the questions below: ### What are the requirements for the project? Shorten the device name from MRT Game Maker Kit become Game...

When trying to play it, the result is a black screen. We should filter by target on project import.

bug
kiosk

**Describe the bug** When taking a snapshot of a game on the Blocks page by right clicking and choosing "Snapshot", if the game is larger than a trivial demo, the...

The help for `Image.rotated()` says "Returns an image rotated by -90, 0, 90, 180, 270 deg clockwise". However, passing 0 to the function returns null. The corresponding code for `imageRotated()`...

image.transposed() has a bug. Here is the code in image.cpp: ``` Image_ transposed(Image_ img) { Image_ r = mkImage(img->height(), img->width(), img->bpp()); // this is quite slow for (int i =...

**Describe the bug** I did a game with the editor in Spanish (MX). Then I switched to English and the game was broken. It seems Sprite bottom (translated as "abajo"...

**Is your feature request related to a problem? Please describe.** Inspired by this topic about emulating more colors, and especially by @riknoll's post here, I hereby formally request the feature...