Hanxing Yang

Results 119 comments of Hanxing Yang

* https://github.com/goplus/spx/issues/298 * related code snippet change

The [`StageViewer` part](https://www.figma.com/design/vmDy0ROUDDFL22UjLljUk0/Go%2B-Builder-%E7%95%8C%E9%9D%A2%E8%AE%BE%E8%AE%A1?node-id=2135-37056&m=dev) of #602 is also included in this issue

### TODO * Rulers * Current sprite / widget size * Current cursor position

# Matting ![bear](https://github.com/user-attachments/assets/f0dc87f0-57fe-4209-9a1b-ce2ebc94b2bf) ![image](https://github.com/user-attachments/assets/12e19842-d951-4716-b766-05ec216e0192) ![panda](https://github.com/user-attachments/assets/35824f99-b4bb-47b5-a275-d55a6a8ea116) ![image](https://github.com/user-attachments/assets/a4028f96-1958-4218-aa50-7932324f544d) ![horse](https://github.com/user-attachments/assets/1f3b3240-60a1-4d7c-82d3-d535ea308a5a) ![image](https://github.com/user-attachments/assets/8557b96f-de5a-49ab-89e7-d3db05143fce)

# Matting ![image](https://github.com/user-attachments/assets/87762d7e-835e-446f-beb2-b1e8850f5faa) 处理后: ![image](https://github.com/user-attachments/assets/26aca717-c6e0-4c2e-94a7-f6f314ba40f5) ![buttons](https://github.com/user-attachments/assets/9f43c81d-6365-439a-93e3-bd19e1308919) 处理后: ![image](https://github.com/user-attachments/assets/c5d6dd19-6a3e-4923-8d95-d76a14b405d5)

```ts // --------------------- ui --------------------- // // TODO: AbortSignal type GopDefinition = { module: string // "github.com/goplus/spx" name: string // "Sprite.touching" } type GopKeyword = string // TODO type Identifier...

Follow up in #495.

考察使用 Builder 制作一个游戏的过程,哪些是我们希望由用户来完成(有练习的价值),哪些是我们希望他们略过、少花时间的 * 游戏设计 - 游戏想法 - 用户完成 - 梳理逻辑 - 用户完成 - 拆解(到 stage、sprite)- 用户完成 * 完成 stage - backdrop 列举 - 用户完成 - backdrop 绘制 - 用户略过...

> we recommend updating both the title and content description of this issue to reflect the new name "XGo"~ That makes sense.

Note: now we use `run: { width: 480, height: 360 }` in Go+ builder (see details in #585 ). When this issue fixed in spx, we should update it to...