3D / 游戏 / 像素 / 等距
绿幕上的暗黑奇幻游戏 HUD
在绿幕上生成暗黑奇幻风格的电子游戏用户界面叠加层,包含 Boss 血条和玩家状态 HUD。
- ID
- 14064
- 作者
- 鈴木憂一 | Highdrama
- 标签
- 3D / 游戏 / 像素 / 等距 / UI / App / 网页 / SaaS / 抽象 / 背景 / 纹理
中文提示词
{
"type": "电子游戏 HUD 叠加层",
"background": "{argument name=\"background color\" default=\"纯色色度键绿\"}",
"theme": "{argument name=\"UI theme\" default=\"暗黑奇幻哥特风\"}",
"layout": {
"top_center": {
"component": "Boss 血条",
"design": "华丽的黑色金属边框,边缘带有蝙蝠翅膀,顶部中心有一个发光的粉色眼睛",
"bar_color": "{argument name=\"boss health bar color\" default=\"红色\"}",
"label": "{argument name=\"boss name\" default=\"第二月之母\"}"
},
"bottom_left": {
"component": "玩家状态 HUD",
"design": "复杂的暗色金属边框",
"elements": [
"菱形 D-pad 方向键指示器",
"带有数字 '3' 的发光黄色药水瓶",
"顶部小边框内的数字 '15'",
"向右延伸的长条状 {argument name=\"player health bar color\" default=\"绿色\"} 血条",
"绿色血条下方较短的黄色条",
"5 个方形快速选择物品栏(第 1 格:带 '3' 的红色圆圈;第 2 格:蓝色图标;第 3 格:黄色图标;第 4 格:空;第 5 格:白色对角线)"
]
},
"bottom_right": {
"component": "分数或货币指示器",
"design": "带有数字 '600' 的小型黑色装饰牌"
}
}
}
原始提示词
{
"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'"
}
}
}