|
| 1 | +<theme> |
| 2 | + <formatVersion>4</formatVersion> |
| 3 | + |
| 4 | + <view name="system"> |
| 5 | + <text name="info1" extra="true"> |
| 6 | + <text>Developer : Microsoft</text> |
| 7 | + </text> |
| 8 | + <text name="info2" extra="true"> |
| 9 | + <text>Initial release : January 6, 2020</text> |
| 10 | + </text> |
| 11 | + <text name="info3" extra="true"> |
| 12 | + <text>Website : http://arcade.makecode.com</text> |
| 13 | + </text> |
| 14 | + <text name="info4" extra="true"> |
| 15 | + <text>Written in : STS/C++</text> |
| 16 | + </text> |
| 17 | + <text name="info5" extra="true"> |
| 18 | + <text>"Microsoft MakeCode Arcade is a web-based beginner-friendly</text> |
| 19 | + </text> |
| 20 | + <text name="info6" extra="true"> |
| 21 | + <text>the hardware of arcade game systems in software</text> |
| 22 | + <text>code editor to create retro arcade games ...</text> |
| 23 | + </text> |
| 24 | + <text name="info7" extra="true"> |
| 25 | + <text>... with MakeCode, you can either use blocks[, Python]</text> |
| 26 | + </text> |
| 27 | + <text name="info8" extra="true"> |
| 28 | + <text>or JavaScript to build your program ..."</text> |
| 29 | + </text> |
| 30 | + <text name="info9" extra="true"> |
| 31 | + <text>Video: "... 160x120 screen showing 16 colors ..."</text> |
| 32 | + </text> |
| 33 | + <text name="info10" extra="true"> |
| 34 | + <text>Sound: "... 4-channel retro-appropriate sound system ..."</text> |
| 35 | + </text> |
| 36 | + |
| 37 | + </view> |
| 38 | + |
| 39 | + <view name="system, basic, detailed"> |
| 40 | + <image name="band1" extra="true"> |
| 41 | + <color>FF69B4</color> |
| 42 | + </image> |
| 43 | + <image name="band2" extra="true"> |
| 44 | + <color>36D787</color> |
| 45 | + </image> |
| 46 | + <image name="band3" extra="true"> |
| 47 | + <color>4B77BE</color> |
| 48 | + </image> |
| 49 | + <image name="band4" extra="true"> |
| 50 | + <color>BE90D4</color> |
| 51 | + </image> |
| 52 | + </view> |
| 53 | +</theme> |
0 commit comments