返回画廊数据整理自 YouMind 公共 GitHub/页面数据

绿幕上的暗黑奇幻游戏 HUD

在绿幕上生成暗黑奇幻风格的电子游戏用户界面叠加层,包含 Boss 血条和玩家状态 HUD。

Prompt 正文

默认展示英文原文。复制时按当前语言,回到首页后会同时保留中英文两份草稿。

{
"type": "video game HUD overlay",
"background": "{argument name=\"background color\" default=\"solid chroma key green\"}",
"theme": "{argument name=\"UI theme\" default=\"dark fantasy gothic\"}",
"layout": {
"top_center": {
"component": "boss health bar",
"design": "ornate black metal frame with bat wings on the edges and a glowing pink eye in the top center",
"bar_color": "{argument name=\"boss health bar color\" default=\"red\"}",
"label": "{argument name=\"boss name\" default=\"Mother of the Second Moon\"}"
},
"bottom_left": {
"component": "player status HUD",
"design": "intricate dark metal frame",
"elements": [
"diamond-shaped D-pad indicator",
"glowing yellow potion flask with the number '3'",
"number '15' in a small top frame",
"long {argument name=\"player health bar color\" default=\"green\"} health bar extending to the right",
"shorter yellow bar underneath the green bar",
"row of 5 square quick-select inventory slots (slot 1: red circle with '3', slot 2: blue icon, slot 3: yellow icon, slot 4: empty, slot 5: white diagonal line)"
]
},
"bottom_right": {
"component": "score or currency indicator",
"design": "small black decorative plaque with the number '600'"
}
}
}