Prompt Gallery

3D / 游戏 / 像素 / 等距

Vice City 风格游戏菜单模型

生成一个充满活力的合成器波 (synthwave) 风格电子游戏主菜单界面,背景为海滨城市日落,并包含可自定义的 UI 元素。

ID
13683
作者
Mrinaal Arora
标签
3D / 游戏 / 像素 / 等距 / 食品 / 饮料 / 菜单 / 风景 / 城市 / 旅行

中文提示词

{
  "type": "电子游戏主菜单 UI 模型",
  "background_scene": {
    "setting": "日落时分的海滨城市天际线,类似迈阿密风格,天空呈现鲜艳的粉色和紫色,平静的水面反射着城市灯光",
    "foreground": "左下角有木质码头,右下角停靠着一艘深色快艇,左右两侧有棕榈树剪影作为边框",
    "midground": "快艇在水面上行驶并留下尾迹,右侧岸边的霓虹灯招牌显示为 '{argument name=\"city sign\" default=\"VICE CITY WELCOME\"}'",
    "sky": "零星云朵,带有明亮探照灯的直升机,远处的飞机"
  },
  "ui_elements": {
    "main_logo": {
      "position": "左上角",
      "text": "{argument name=\"game title\" default=\"grand theft auto VI\"}",
      "style": "主标题采用经典的白色小写字体,巨大的罗马数字样式,内部带有霓虹粉/紫/橙渐变色及棕榈树剪影"
    },
    "main_menu": {
      "position": "左侧中部,主 Logo 下方",
      "count": 5,
      "items": [
        "{argument name=\"menu option 1\" default=\"START GAME\"} (高亮显示,带有亮粉色背景和白色向右箭头)",
        "{argument name=\"menu option 2\" default=\"SETTINGS\"}",
        "ONLINE",
        "SOCIAL CLUB",
        "QUIT GAME"
      ]
    },
    "user_info": {
      "position": "右上角",
      "text": "当前登录用户:{argument name=\"username\" default=\"GTAVI_01\"}"
    },
    "developer_logo": {
      "position": "左下角",
      "description": "R* Logo (带星星的 R)"
    },
    "button_prompts": {
      "position": "右下角",
      "count": 2,
      "items": [
        "账户选择 (带有黄色 Y 按钮图标)",
        "选择 (带有绿色 A 按钮图标)"
      ]
    }
  }
}

原始提示词

{
  "type": "video game main menu UI mockup",
  "background": {
    "setting": "Miami-style city skyline across water at sunset",
    "sky": "vibrant pink and purple with scattered clouds",
    "elements": [
      "wooden dock in foreground left",
      "boat bow in foreground right",
      "palm trees framing left and right edges",
      "helicopter with spotlight",
      "airplane in distance",
      "speedboat on water",
      "neon sign on right shore reading '{argument name=\"city sign text\" default=\"VICE CITY WELCOME YOU\"}'"
    ]
  },
  "ui_layout": {
    "top_left": {
      "logo": "{argument name=\"game title\" default=\"grand theft auto VI\"}",
      "style": "stacked white text, 'VI' is a neon pink/purple gradient with palm tree silhouettes"
    },
    "top_right": {
      "text": "Signed in as: {argument name=\"username\" default=\"GTAVI_01\"}"
    },
    "mid_left": {
      "menu_count": 5,
      "menu_items": [
        "{argument name=\"highlighted menu item\" default=\"START GAME\"} (highlighted with pink gradient bar and '>' arrow)",
        "SETTINGS",
        "ONLINE",
        "SOCIAL CLUB",
        "QUIT GAME"
      ]
    },
    "bottom_left": {
      "logo": "R* icon"
    },
    "bottom_right": {
      "text": "Account Picker Y, Select A"
    }
  }
}