Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

}
}
151 changes: 0 additions & 151 deletions mods/tiny/tiny.mpq/data/global/ui/layouts/hudpanel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,8 @@
"priority": 100,
"anchor": { "x": 0.5, "y": 1 },
"rect": { "y": -104, "height": 104 },
"background640": "PANEL/ctrlpnl7",
"background640Offsets": [ 0, 165, 293, 421, 523 ],
"background800": "PANEL/800ctrlpnl7",
"background800Offsets": [ 0, 165, 293, 421, 549, 683 ],
"solidFillHeight": 48,
"statUpFloatingPos": { "x": 43, "y": -40 },
"skillUpFloatingPos": { "x": 570, "y": -40 },
"questAlert800Offset": { "y": 55 },
},
"children": [
{
"type": "ClickCatcherWidget", "name": "BGClickCatcher",
"fields": {
// width/height are large enough to cover both 800x600 and 640x480
"rect": { "y": 55, "width": 10000, "height": 100 }
}
},
{
"type": "Widget", "name": "Left",
"fields": {
Expand All @@ -46,16 +31,6 @@
"filename": "PANEL/overlap",
}
},
{
"type": "TextBoxWidget", "name": "ValueDisplay",
"fields": {
"rect": { "x": 36, "y": -2 },
"fontType": "16pt",
"style": {
"alignment": { "v": "bottom", "h": "center" },
},
}
},
]
},
{
Expand Down Expand Up @@ -90,29 +65,6 @@
"rect": { "width": 310, "height": 104 },
},
"children": [
{
"type": "ExpBarWidget", "name": "ExpBar",
"fields": {
"rect": { "x": 11, "y": 65, "width": 119, "height": 2 },
"hitMargin": { "left": 2, "right": 2, "top": 4, "bottom": 2 },
}
},
{
"type": "RunButtonWidget", "name": "",
"fields": {
"rect": { "x": 10, "y": 74 },
"filename": "PANEL/runbutton"
}
},
{
"type": "StaminaBarWidget", "name": "",
"fields": {
"rect": { "x": 28, "y": 77, "width": 102, "height": 18 },
"transparency": 0.75,
"maxSmoothingSeconds": 1.0,
"jumpSmoothingSeconds": 0.25,
}
},
{
"type": "BeltWidget", "name": "Belt",
"fields": {
Expand All @@ -124,18 +76,6 @@
"cellSize": "$ItemCellSize",
},
"children": [
{
"type": "TextBoxWidget", "name": "HotkeyLabelTemplate",
"fields": {
"text": "123",
"rect": { "x": 3, "y": 0, "width": 28, "height": 28 },
"style": {
"alignment": { "v": "bottom" },
"fontColor": { "r": 199, "g": 179, "b": 119 },
"options": { "hideOverflow": true },
}
}
}
]
},
]
Expand Down Expand Up @@ -164,16 +104,6 @@
"frame": 1,
}
},
{
"type": "TextBoxWidget", "name": "ValueDisplay",
"fields": {
"rect": { "x": 31, "y": -2 },
"fontType": "16pt",
"style": {
"alignment": { "v": "bottom", "h": "center" },
},
}
},
]
},
{
Expand Down Expand Up @@ -202,86 +132,5 @@
},
]
},
{
"type": "LevelUpButtonWidget", "name": "StatUp",
"fields": {
"type": "stats",
"labels": ["@strlvlup", "@strlvlup"],
"tooltipOffset": { "y": -12 },
"rect": { "x": 206, "y": 66 },
"filename": "PANEL/level",
"socketFilename": "PANEL/levelsocket",
"socketOffset": { "x": -3, "y": -2 },
"leftPanelOffset": { "x": 320 },
"disabledFrame": 2,
"disabledTint": { "a": 1 }
},
"children": [
{
"type": "TextBoxWidget", "name": "Label",
"fields": {
"rect": { "x": 15, "y": -19 },
"style": {
"alignment": { "h": "center" },
}
}
}
]
},
{
"type": "LevelUpButtonWidget", "name": "SkillUp",
"fields": {
"type": "skills",
"labels": [ "@strnewskl", "@strnewskl" ],
"tooltipOffset": { "y": -12 },
"rect": { "x": 563, "y": 66 },
"filename": "PANEL/level",
"socketFilename": "PANEL/levelsocket",
"socketOffset": { "x": -3, "y": -2 },
"rightPanelOffset": { "x": -320 },
"disabledFrame": 2,
"disabledTint": { "a": 1 }
},
"children": [
{
"type": "TextBoxWidget", "name": "Label",
"fields": {
"rect": { "x": 15, "y": -19 },
"style": {
"alignment": { "h": "center" },
}
}
}
]
},
{
"type": "LevelUpButtonWidget", "name": "QuestAlert",
"fields": {
"type": "quests",
"labels": ["@CfgQuestLog", "@CfgQuestLog"],
"isFloating": true,
"tooltipOffset": { "y": -12 },
"rect": { "x": 43, "y": -95 },
"filename": "PANEL/level",
"socketFilename": "PANEL/levelsocket",
"socketOffset": { "x": -3, "y": -2 },
"leftPanelOffset": { "x": 320 },
"leftPanel800BonusOffset": { "x": 80 },
"disabledFrame": 2,
"disabledTint": { "a": 1 }
},
"children": [
{
"type": "TextBoxWidget", "name": "Label",
"fields": {
"rect": { "x": 15, "y": -19 },
"fontType": "8pt",
"style": {
"alignment": { "h": "center" },
}
}
}
]
},
]
}
3 changes: 3 additions & 0 deletions mods/tiny/tiny.mpq/data/global/ui/layouts/minimenupanel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
3 changes: 3 additions & 0 deletions mods/tiny/tiny.mpq/data/global/ui/layouts/partypanel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
3 changes: 0 additions & 3 deletions mods/tiny/tiny.mpq/data/hd/items/items.json

This file was deleted.

3 changes: 0 additions & 3 deletions mods/tiny/tiny.mpq/data/hd/items/sets.json

This file was deleted.

3 changes: 0 additions & 3 deletions mods/tiny/tiny.mpq/data/hd/items/uniques.json

This file was deleted.