Add GSP project manifest and design layout
This commit is contained in:
4
examples/lottery/design/audio.reward.pop.gsp
Normal file
4
examples/lottery/design/audio.reward.pop.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: audio.reward.pop
|
||||
type: audio
|
||||
resolution: L3
|
||||
context: 奖励弹出音效,用于强化奖励出现的瞬间反馈。
|
||||
4
examples/lottery/design/feedback.positive.gsp
Normal file
4
examples/lottery/design/feedback.positive.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: feedback.positive
|
||||
type: feedback
|
||||
resolution: L3
|
||||
context: 积极反馈。用于让玩家在操作后获得明确、正向、值得继续的感受。
|
||||
4
examples/lottery/design/mechanic.lottery.basic.gsp
Normal file
4
examples/lottery/design/mechanic.lottery.basic.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: mechanic.lottery.basic
|
||||
type: mechanic
|
||||
resolution: L3
|
||||
context: 基础抽奖机制,负责抽取请求、奖励结果和结果反馈触发。
|
||||
4
examples/lottery/design/motion.button.reward_pop.gsp
Normal file
4
examples/lottery/design/motion.button.reward_pop.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: motion.button.reward_pop
|
||||
type: motion
|
||||
resolution: L3
|
||||
context: 奖励按钮点击动效,表现为轻微缩放和快速回弹。
|
||||
10
examples/lottery/design/page.lottery.main.gsp
Normal file
10
examples/lottery/design/page.lottery.main.gsp
Normal 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
|
||||
4
examples/lottery/design/style.reward.light.gsp
Normal file
4
examples/lottery/design/style.reward.light.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: style.reward.light
|
||||
type: style
|
||||
resolution: L3
|
||||
context: 奖励表现要轻快、积极,但不要过度刺激。
|
||||
4
examples/lottery/design/ui.button.primary.gsp
Normal file
4
examples/lottery/design/ui.button.primary.gsp
Normal file
@@ -0,0 +1,4 @@
|
||||
id: ui.button.primary
|
||||
type: ui
|
||||
resolution: L3
|
||||
context: 通用主按钮,用于明确、正向、优先级最高的玩家操作。
|
||||
9
examples/lottery/design/ui.button.reward_primary.gsp
Normal file
9
examples/lottery/design/ui.button.reward_primary.gsp
Normal 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
|
||||
Reference in New Issue
Block a user