microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
480 stars 207 forks source link

Inaccurate hint in "Throw a Bone" #2475

Closed Sheila111 closed 3 years ago

Sheila111 commented 4 years ago

Describe the bug Inaccurate hint in "Throw a Bone"

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/beta# 2.Game Design Concepts----->Throw a Bone----->Start Tutorial 3.Click step 4 4.Observe the hint and compare with the instruction in this step

Expect behavior There shows an image of a bone in the hint

Actual behavior Inaccurate hint in "Throw a Bone". Lack of an image of a bone in the hint (set projectile to projectile from with vx 50 vy 100) image

Additional context 1.OS: Windows(rs6) 2.arcade version: 1.3.9 3.Microsoft MakeCode version: 6.4.6

ganicke commented 4 years ago

@abchatra - the bone image has only white pixels. The doc render of blocks has the image background also in white. Background used to be some gradient of grey.

image