Skip to content

Instantly share code, notes, and snippets.

@markgravity
Created October 18, 2025 06:29
Show Gist options
  • Select an option

  • Save markgravity/732fc49d1b6b9d34406451f478a5f8c4 to your computer and use it in GitHub Desktop.

Select an option

Save markgravity/732fc49d1b6b9d34406451f478a5f8c4 to your computer and use it in GitHub Desktop.
[
{
"type": "FRAME",
"name": "DotQuest_UI_All",
"children": [
{
"type": "FRAME",
"name": "Buttons",
"children": [
{
"type": "RECTANGLE",
"name": "ui_button_primary",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 180,
"height": 40
},
{
"type": "RECTANGLE",
"name": "ui_button_secondary",
"fills": [
{
"type": "SOLID",
"color": "#3E4B32"
}
],
"width": 140,
"height": 36
},
{
"type": "RECTANGLE",
"name": "ui_button_icon",
"fills": [
{
"type": "SOLID",
"color": "#CBB67B"
}
],
"width": 40,
"height": 40
},
{
"type": "RECTANGLE",
"name": "ui_button_travel",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 180,
"height": 40
}
]
},
{
"type": "FRAME",
"name": "Bars",
"children": [
{
"type": "RECTANGLE",
"name": "ui_hpbar",
"fills": [
{
"type": "SOLID",
"color": "#B84141"
}
],
"width": 240,
"height": 12
},
{
"type": "RECTANGLE",
"name": "ui_mpbar",
"fills": [
{
"type": "SOLID",
"color": "#4A9ED8"
}
],
"width": 240,
"height": 12
},
{
"type": "RECTANGLE",
"name": "ui_cpbar",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 240,
"height": 12
}
]
},
{
"type": "FRAME",
"name": "Frames",
"children": [
{
"type": "RECTANGLE",
"name": "ui_frame_gold",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 256,
"height": 256
},
{
"type": "RECTANGLE",
"name": "ui_frame_moss",
"fills": [
{
"type": "SOLID",
"color": "#3E4B32"
}
],
"width": 256,
"height": 256
},
{
"type": "RECTANGLE",
"name": "ui_dialog_frame",
"fills": [
{
"type": "SOLID",
"color": "#CBB67B"
}
],
"width": 420,
"height": 240
},
{
"type": "RECTANGLE",
"name": "ui_panel_scroll",
"fills": [
{
"type": "SOLID",
"color": "#CBB67B"
}
],
"width": 512,
"height": 512
},
{
"type": "RECTANGLE",
"name": "ui_skillbar_bg",
"fills": [
{
"type": "SOLID",
"color": "#3E4B32"
}
],
"width": 512,
"height": 64
}
]
},
{
"type": "FRAME",
"name": "Icons",
"children": [
{
"type": "ELLIPSE",
"name": "icon_dot_player",
"fills": [
{
"type": "SOLID",
"color": "#4A9ED8"
}
],
"width": 8,
"height": 8
},
{
"type": "ELLIPSE",
"name": "icon_dot_enemy_normal",
"fills": [
{
"type": "SOLID",
"color": "#FFFFFF"
}
],
"width": 8,
"height": 8
},
{
"type": "ELLIPSE",
"name": "icon_dot_enemy_rare",
"fills": [
{
"type": "SOLID",
"color": "#AAAAAA"
}
],
"width": 8,
"height": 8
},
{
"type": "ELLIPSE",
"name": "icon_dot_enemy_elite",
"fills": [
{
"type": "SOLID",
"color": "#FFD700"
}
],
"width": 8,
"height": 8
},
{
"type": "ELLIPSE",
"name": "icon_dot_enemy_boss",
"fills": [
{
"type": "SOLID",
"color": "#B84141"
}
],
"width": 8,
"height": 8
},
{
"type": "ELLIPSE",
"name": "icon_dot_loot",
"fills": [
{
"type": "SOLID",
"color": "#FFD75A"
}
],
"width": 6,
"height": 6
}
]
},
{
"type": "FRAME",
"name": "Combat",
"children": [
{
"type": "RECTANGLE",
"name": "ui_enemy_hpbar",
"fills": [
{
"type": "SOLID",
"color": "#B84141"
}
],
"width": 80,
"height": 8
},
{
"type": "ELLIPSE",
"name": "ui_target_ring",
"strokes": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"strokeWeight": 1,
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "ui_attack_line",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 64,
"height": 1
},
{
"type": "RECTANGLE",
"name": "ui_loot_popup",
"fills": [
{
"type": "SOLID",
"color": "#CBB67B"
}
],
"width": 420,
"height": 240
},
{
"type": "RECTANGLE",
"name": "ui_banner_victory",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 300,
"height": 48
},
{
"type": "RECTANGLE",
"name": "ui_party_slot",
"fills": [
{
"type": "SOLID",
"color": "#3E4B32"
}
],
"width": 160,
"height": 48
}
]
},
{
"type": "FRAME",
"name": "Palette",
"children": [
{
"type": "RECTANGLE",
"name": "Gold",
"fills": [
{
"type": "SOLID",
"color": "#E3C46E"
}
],
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "MossGreen",
"fills": [
{
"type": "SOLID",
"color": "#3E4B32"
}
],
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "Parchment",
"fills": [
{
"type": "SOLID",
"color": "#CBB67B"
}
],
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "OffWhite",
"fills": [
{
"type": "SOLID",
"color": "#F5E2B2"
}
],
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "HPRed",
"fills": [
{
"type": "SOLID",
"color": "#B84141"
}
],
"width": 24,
"height": 24
},
{
"type": "RECTANGLE",
"name": "ManaBlue",
"fills": [
{
"type": "SOLID",
"color": "#4A9ED8"
}
],
"width": 24,
"height": 24
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment