microsoft / pxt-arcade

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

No help doc for Status Bars #2682

Closed Sheila111 closed 3 years ago

Sheila111 commented 3 years ago

Describe the bug No help doc for Status Bars

Steps to reproduce the behavior 1.Navigate to https://arcade.makecode.com/skillmap 2.Design a Space Explorer------>Fuel Up------>START 3.Click Status Bars----->Right-click------>Help

Actual behavior No help doc for Status Bars. The redirected link is just a brief introduction to the usage, not more information. 2

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

jwunderl commented 3 years ago

added docs for all, looks like we need to fix help paths for blockCombined blocks though as the set / change by / get blocks for value / max doesn't work. But those don't work for normal blockCombined blocks either (e.g. sprite x/y/vx/vy/...). Will file separate issue for that~

@ganicke if you have extra time would be nice to have you look over them but low priority as it's just an extension! here's the one's I added https://github.com/jwunderl/pxt-status-bar/compare/v0.3.1...v0.3.3