在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-game-object
星标0
分支0
更新时间2026年2月12日 13:21
How to create a new type of game object
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
How to create a new type of game object
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and update instructions, skills, and prompts for GitHub Copilot
Create a new feature
How to create a new type of affect
How to create a new type of affector
How to create a new event
How to create a new type of occurrence for dynamic game world spawning
| name | create-game-object |
| description | How to create a new type of game object |
src/game/object.circle.tssrc/canvas/draw.circle.tsGameObjectCategory enum in src/game/type.object.tssrc/game/type.object.ts
export const ExampleState = GameObjectState.extend({...})src/game/object.example.ts with the game object class that extends GameObject<ExampleState>src/canvas/draw.example.ts with a drawExample functiondrawObject method in the src/canvas/draw.object.ts fileExample in the above steps is only an example name. The actual name should be based on the user instructions.GameObject need implemented and should be functional based on the users instructions.