Add GSP project manifest and design layout

This commit is contained in:
2026-05-06 19:06:32 +08:00
parent 69003c8152
commit 67a1bf2600
19 changed files with 288 additions and 31 deletions

View File

@@ -0,0 +1,4 @@
id: audio.reward.pop
type: audio
resolution: L3
context: 奖励弹出音效,用于强化奖励出现的瞬间反馈。

View File

@@ -0,0 +1,4 @@
id: feedback.positive
type: feedback
resolution: L3
context: 积极反馈。用于让玩家在操作后获得明确、正向、值得继续的感受。

View File

@@ -0,0 +1,4 @@
id: mechanic.lottery.basic
type: mechanic
resolution: L3
context: 基础抽奖机制,负责抽取请求、奖励结果和结果反馈触发。

View File

@@ -0,0 +1,4 @@
id: motion.button.reward_pop
type: motion
resolution: L3
context: 奖励按钮点击动效,表现为轻微缩放和快速回弹。

View File

@@ -0,0 +1,10 @@
id: page.lottery.main
type: page
resolution: L3
context: 抽奖页面,需要表达奖励期待、抽取行为和结果反馈。玩家应快速理解奖池价值、抽奖入口和结果反馈。
with:
- ui.button.reward_primary
- feedback.positive
- style.reward.light
- mechanic.lottery.basic
- audio.reward.pop

View File

@@ -0,0 +1,4 @@
id: style.reward.light
type: style
resolution: L3
context: 奖励表现要轻快、积极,但不要过度刺激。

View File

@@ -0,0 +1,4 @@
id: ui.button.primary
type: ui
resolution: L3
context: 通用主按钮,用于明确、正向、优先级最高的玩家操作。

View File

@@ -0,0 +1,9 @@
id: ui.button.reward_primary
type: ui
resolution: L3
refines: ui.button.primary
context: 奖励场景下的主按钮,比普通主按钮更强调正向点击反馈。
with:
- feedback.positive
- motion.button.reward_pop
- audio.reward.pop