Files
jpmschweitzerandClaude Opus 4.6 93260ed696 docs(design): add character creation screen wireframes (#685)
6 wireframe views (Body, Head, Hair, Clothing, Accessories, Color Picker)
as Frame0 JSON source + PNG exports, plus summary spec document.

Layout: 60% preview pane with [Q]/[E] rotation, 35% tabbed panel with
search bar, scrollable grid, and docked color controls per tab.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 16:28:00 +01:00

429 lines
12 KiB
JSON

{
"name": "Character Creation — Clothing Tab",
"shapes": {
"bg": {
"type": "Rectangle",
"left": 0, "top": 0, "width": 1140, "height": 780,
"fillColor": "#1a1e24"
},
"title": {
"type": "Text",
"parent": "bg",
"left": 440, "top": 16,
"text": "CHARACTER CREATION",
"fontColor": "#c8d0e0", "fontSize": 24
},
"preview-panel": {
"type": "Rectangle",
"parent": "bg",
"left": 20, "top": 56, "width": 700, "height": 600,
"fillColor": "#2a3040", "strokeColor": "#333340",
"corners": [8, 8, 8, 8]
},
"preview-figure": {
"type": "Rectangle",
"parent": "preview-panel",
"left": 260, "top": 110, "width": 220, "height": 460,
"fillColor": "#3a4050", "strokeColor": "#555568",
"corners": [4, 4, 4, 4]
},
"cam-toggle": {
"type": "Rectangle",
"parent": "preview-panel",
"left": 620, "top": 68, "width": 88, "height": 28,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"cam-toggle-label": {
"type": "Text",
"parent": "cam-toggle",
"left": 632, "top": 73,
"text": "Frontal",
"fontColor": "#c8d8f0", "fontSize": 11
},
"btn-rot-left": {
"type": "Rectangle",
"parent": "preview-panel",
"left": 270, "top": 590, "width": 80, "height": 36,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"btn-rot-left-label": {
"type": "Text",
"parent": "btn-rot-left",
"left": 288, "top": 597,
"text": "[Q] <",
"fontColor": "#c8d8f0", "fontSize": 13
},
"btn-rot-right": {
"type": "Rectangle",
"parent": "preview-panel",
"left": 390, "top": 590, "width": 80, "height": 36,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"btn-rot-right-label": {
"type": "Text",
"parent": "btn-rot-right",
"left": 408, "top": 597,
"text": "> [E]",
"fontColor": "#c8d8f0", "fontSize": 13
},
"right-panel": {
"type": "Rectangle",
"parent": "bg",
"left": 740, "top": 56, "width": 380, "height": 600,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [8, 8, 8, 8]
},
"tab-body": {
"type": "Rectangle",
"parent": "right-panel",
"left": 740, "top": 64, "width": 60, "height": 30,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [4, 4, 0, 0]
},
"tab-body-label": {
"type": "Text",
"parent": "tab-body",
"left": 750, "top": 71,
"text": "Body",
"fontColor": "#c8d0e0", "fontSize": 11
},
"tab-head": {
"type": "Rectangle",
"parent": "right-panel",
"left": 802, "top": 64, "width": 58, "height": 30,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [4, 4, 0, 0]
},
"tab-head-label": {
"type": "Text",
"parent": "tab-head",
"left": 812, "top": 71,
"text": "Head",
"fontColor": "#c8d0e0", "fontSize": 11
},
"tab-hair": {
"type": "Rectangle",
"parent": "right-panel",
"left": 862, "top": 64, "width": 52, "height": 30,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [4, 4, 0, 0]
},
"tab-hair-label": {
"type": "Text",
"parent": "tab-hair",
"left": 872, "top": 71,
"text": "Hair",
"fontColor": "#c8d0e0", "fontSize": 11
},
"tab-clothing": {
"type": "Rectangle",
"parent": "right-panel",
"left": 916, "top": 64, "width": 76, "height": 30,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 0, 0]
},
"tab-clothing-label": {
"type": "Text",
"parent": "tab-clothing",
"left": 922, "top": 71,
"text": "Clothing",
"fontColor": "#c8d8f0", "fontSize": 11
},
"tab-accessories": {
"type": "Rectangle",
"parent": "right-panel",
"left": 994, "top": 64, "width": 94, "height": 30,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [4, 4, 0, 0]
},
"tab-accessories-label": {
"type": "Text",
"parent": "tab-accessories",
"left": 1000, "top": 71,
"text": "Accessories",
"fontColor": "#c8d0e0", "fontSize": 11
},
"tab-content": {
"type": "Rectangle",
"parent": "right-panel",
"left": 740, "top": 94, "width": 380, "height": 562,
"fillColor": "#2a3040", "strokeColor": "#333340",
"corners": [0, 0, 8, 8]
},
"search-bar": {
"type": "Rectangle",
"parent": "tab-content",
"left": 752, "top": 102, "width": 356, "height": 32,
"fillColor": "#3a4050", "strokeColor": "#555568",
"corners": [4, 4, 4, 4]
},
"search-placeholder": {
"type": "Text",
"parent": "search-bar",
"left": 762, "top": 109,
"text": "Search...",
"fontColor": "#555568", "fontSize": 12
},
"slot-label": {
"type": "Text",
"parent": "tab-content",
"left": 756, "top": 146,
"text": "SLOT",
"fontColor": "#c8d0e0", "fontSize": 12
},
"slot-torso": {
"type": "Rectangle",
"parent": "tab-content",
"left": 756, "top": 164, "width": 80, "height": 28,
"fillColor": "#3a4050", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"slot-torso-label": {
"type": "Text",
"parent": "slot-torso",
"left": 768, "top": 170,
"text": "Torso",
"fontColor": "#c8d8f0", "fontSize": 11
},
"slot-legs": {
"type": "Rectangle",
"parent": "tab-content",
"left": 844, "top": 164, "width": 80, "height": 28,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"slot-legs-label": {
"type": "Text",
"parent": "slot-legs",
"left": 862, "top": 170,
"text": "Legs",
"fontColor": "#c8d0e0", "fontSize": 11
},
"slot-feet": {
"type": "Rectangle",
"parent": "tab-content",
"left": 932, "top": 164, "width": 80, "height": 28,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"slot-feet-label": {
"type": "Text",
"parent": "slot-feet",
"left": 954, "top": 170,
"text": "Feet",
"fontColor": "#c8d0e0", "fontSize": 11
},
"slot-hands": {
"type": "Rectangle",
"parent": "tab-content",
"left": 1020, "top": 164, "width": 80, "height": 28,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"slot-hands-label": {
"type": "Text",
"parent": "slot-hands",
"left": 1036, "top": 170,
"text": "Hands",
"fontColor": "#c8d0e0", "fontSize": 11
},
"items-label": {
"type": "Text",
"parent": "tab-content",
"left": 756, "top": 206,
"text": "TORSO",
"fontColor": "#c8d0e0", "fontSize": 12
},
"item-1": {
"type": "Rectangle",
"parent": "tab-content",
"left": 756, "top": 224, "width": 104, "height": 90,
"fillColor": "#3a4050", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"item-1-label": {
"type": "Text",
"parent": "item-1",
"left": 770, "top": 294,
"text": "Coveralls",
"fontColor": "#c8d8f0", "fontSize": 10
},
"item-2": {
"type": "Rectangle",
"parent": "tab-content",
"left": 868, "top": 224, "width": 104, "height": 90,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"item-2-label": {
"type": "Text",
"parent": "item-2",
"left": 892, "top": 294,
"text": "Jacket",
"fontColor": "#c8d0e0", "fontSize": 10
},
"item-3": {
"type": "Rectangle",
"parent": "tab-content",
"left": 980, "top": 224, "width": 104, "height": 90,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"item-3-label": {
"type": "Text",
"parent": "item-3",
"left": 1008, "top": 294,
"text": "Shirt",
"fontColor": "#c8d0e0", "fontSize": 10
},
"item-4": {
"type": "Rectangle",
"parent": "tab-content",
"left": 756, "top": 322, "width": 104, "height": 90,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"item-4-label": {
"type": "Text",
"parent": "item-4",
"left": 774, "top": 392,
"text": "Tank Top",
"fontColor": "#c8d0e0", "fontSize": 10
},
"item-5": {
"type": "Rectangle",
"parent": "tab-content",
"left": 868, "top": 322, "width": 104, "height": 90,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"item-5-label": {
"type": "Text",
"parent": "item-5",
"left": 898, "top": 392,
"text": "None",
"fontColor": "#c8d0e0", "fontSize": 10
},
"color-dock": {
"type": "Rectangle",
"parent": "tab-content",
"left": 740, "top": 548, "width": 380, "height": 108,
"fillColor": "#1a1e24", "strokeColor": "#333340",
"corners": [0, 0, 8, 8]
},
"color-dock-label": {
"type": "Text",
"parent": "color-dock",
"left": 756, "top": 554,
"text": "ITEM COLOR — Coveralls",
"fontColor": "#c8d0e0", "fontSize": 11
},
"color-primary-label": {
"type": "Text",
"parent": "color-dock",
"left": 756, "top": 574,
"text": "Primary",
"fontColor": "#555568", "fontSize": 10
},
"color-primary-swatch": {
"type": "Rectangle",
"parent": "color-dock",
"left": 756, "top": 588, "width": 100, "height": 32,
"fillColor": "#4a6080", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"color-secondary-label": {
"type": "Text",
"parent": "color-dock",
"left": 868, "top": 574,
"text": "Secondary",
"fontColor": "#555568", "fontSize": 10
},
"color-secondary-swatch": {
"type": "Rectangle",
"parent": "color-dock",
"left": 868, "top": 588, "width": 100, "height": 32,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"color-accent-label": {
"type": "Text",
"parent": "color-dock",
"left": 980, "top": 574,
"text": "Accent",
"fontColor": "#555568", "fontSize": 10
},
"color-accent-swatch": {
"type": "Rectangle",
"parent": "color-dock",
"left": 980, "top": 588, "width": 100, "height": 32,
"fillColor": "#3a4050", "strokeColor": "#333340",
"corners": [4, 4, 4, 4]
},
"color-auto-hint": {
"type": "Text",
"parent": "color-dock",
"left": 756, "top": 630,
"text": "Click swatch to pick color. Secondary/Accent auto-derive if unset.",
"fontColor": "#555568", "fontSize": 9
},
"footer": {
"type": "Rectangle",
"parent": "bg",
"left": 0, "top": 700, "width": 1140, "height": 80,
"fillColor": "#1a1e24"
},
"btn-back": {
"type": "Rectangle",
"parent": "footer",
"left": 20, "top": 720, "width": 120, "height": 40,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"btn-back-label": {
"type": "Text",
"parent": "btn-back",
"left": 36, "top": 730,
"text": "[ESC] Back",
"fontColor": "#c8d8f0", "fontSize": 13
},
"btn-random": {
"type": "Rectangle",
"parent": "footer",
"left": 290, "top": 720, "width": 160, "height": 40,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"btn-random-label": {
"type": "Text",
"parent": "btn-random",
"left": 310, "top": 730,
"text": "[R] Randomise",
"fontColor": "#c8d8f0", "fontSize": 13
},
"btn-confirm": {
"type": "Rectangle",
"parent": "footer",
"left": 980, "top": 720, "width": 140, "height": 40,
"fillColor": "#2a3040", "strokeColor": "#c8d8f0",
"corners": [4, 4, 4, 4]
},
"btn-confirm-label": {
"type": "Text",
"parent": "btn-confirm",
"left": 998, "top": 730,
"text": "[ENTER] Start",
"fontColor": "#c8d8f0", "fontSize": 13
}
}
}