chore(2k):finished gamecube tooltips and added xb1 tooltips from old tu0 ui

This commit is contained in:
NicSonic-_-
2026-03-13 22:20:35 -04:00
parent 457a8012bc
commit 8b326038d9
91 changed files with 136 additions and 156 deletions

View File

@@ -0,0 +1,29 @@
{
"down_button": {"icon": "\uE735\uE001","tipIcon": "\uF735","iconOverlay": "\uF002"},
"right_button": {"icon": "\uE736\uE002","tipIcon": "\uF736","iconOverlay": "\uF003"},
"left_button": {"icon": "\uE737\uE003","tipIcon": "\uF737","iconOverlay": "\uF004"},
"up_button": {"icon": "\uE738\uE004","tipIcon": "\uF738","iconOverlay": "\uF005"},
"back":{"iconOverlay": "\uE73E"},
"guide":{"iconOverlay": "\uE745"},
"start":{"iconOverlay": "\uE73D"},
"left_stick":{"iconOverlay": "\uE746"},
"right_stick":{"iconOverlay": "\uE749"},
"left_stick_button":{"iconOverlay": "\uE743"},
"right_stick_button":{"iconOverlay": "\uE744"},
"left_bumper":{"iconOverlay": "\uE739"},
"right_bumper":{"iconOverlay": "\uE73A"},
"left_trigger":{"iconOverlay": "\uE73B"},
"right_trigger":{"iconOverlay": "\uE73C"},
"dpad_up":{"iconOverlay": "\uE742"},
"dpad_down":{"iconOverlay": "\uE73F"},
"dpad_left":{"iconOverlay": "\uE741"},
"dpad_right":{"iconOverlay": "\uE740"},
"left_stick_up":{"icon": "\uE746"},
"left_stick_down":{"icon": "\uE746"},
"left_stick_right":{"icon": "\uE748"},
"left_stick_left":{"icon": "\uE747"},
"right_stick_up":{"icon": "\uE749"},
"right_stick_down":{"icon": "\uE749"},
"right_stick_right":{"icon": "\uE74F"},
"right_stick_left":{"icon": "\uE74E"}
}

View File

@@ -1,73 +1,129 @@
{
"providers":[
{
{
"type": "bitmap",
"file": "legacy:component/xone/down_button.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE735"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/down_button_icon.png",
"ascent": 12,
"height": 17,
"chars": ["\uF735"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/down_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/down_overlay.png",
"ascent": 9,
"height": 10,
"chars": ["\uF002"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_button.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE736"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_button_icon.png",
"ascent": 12,
"height": 17,
"chars": ["\uF736"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_overlay.png",
"ascent": 9,
"height": 10,
"chars": ["\uF003"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_button.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE737"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_button_icon.png",
"ascent": 12,
"height": 17,
"chars": ["\uF737"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_overlay.png",
"ascent": 9,
"height": 10,
"chars": ["\uF004"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/up_button.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE738"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/up_button_icon.png",
"ascent": 12,
"height": 17,
"chars": ["\uF738"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/up_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 15,
"height": 22,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/up_overlay.png",
"ascent": 9,
"height": 11,
"chars": ["\uF005"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/back_button.png",
"ascent": 11,
"height": 15,
"ascent": 13,
"height": 18,
"chars": ["\uE73E"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/back_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 13,
"height": 18,
"chars": ["\uE005"]
},
{
@@ -80,22 +136,22 @@
{
"type": "bitmap",
"file": "legacy:component/xone/start_button.png",
"ascent": 11,
"height": 15,
"ascent": 13,
"height": 18,
"chars": ["\uE73D"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/start_button_pressed.png",
"ascent": 11,
"height": 15,
"ascent": 13,
"height": 18,
"chars": ["\uE006"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_stick.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 21,
"chars": ["\uE746"]
},
{
@@ -115,8 +171,8 @@
{
"type": "bitmap",
"file": "legacy:component/xone/right_stick.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 21,
"chars": ["\uE749"]
},
{
@@ -136,13 +192,13 @@
{
"type": "bitmap",
"file": "legacy:component/xone/left_stick_button.png",
"ascent": 11,
"height": 15,
"ascent": 16,
"height": 21,
"chars": ["\uE743"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_stick_button_pressed.png",
"file": "legacy:component/xone/right_stick_button_pressed.png",
"ascent": 11,
"height": 15,
"chars": ["\uE00F"]
@@ -150,8 +206,8 @@
{
"type": "bitmap",
"file": "legacy:component/xone/right_stick_button.png",
"ascent": 11,
"height": 15,
"ascent": 16,
"height": 21,
"chars": ["\uE744"]
},
{
@@ -164,64 +220,36 @@
{
"type": "bitmap",
"file": "legacy:component/xone/left_bumper.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 21,
"chars": ["\uE739"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_bumper_pressed.png",
"ascent": 11,
"height": 15,
"chars": ["\uE74A"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_bumper.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 21,
"chars": ["\uE73A"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_bumper_pressed.png",
"ascent": 11,
"height": 15,
"chars": ["\uE74B"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_trigger.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 22,
"chars": ["\uE73B"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/left_trigger_pressed.png",
"ascent": 11,
"height": 15,
"chars": ["\uE74C"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_trigger.png",
"ascent": 11,
"height": 15,
"ascent": 14,
"height": 22,
"chars": ["\uE73C"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/right_trigger_pressed.png",
"ascent": 11,
"height": 15,
"chars": ["\uE74D"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/dpad_down.png",
"ascent": 11,
"height": 15,
"ascent": 12,
"height": 18,
"chars": ["\uE73F"]
},
{
@@ -234,8 +262,8 @@
{
"type": "bitmap",
"file": "legacy:component/xone/dpad_right.png",
"ascent": 11,
"height": 15,
"ascent": 12,
"height": 18,
"chars": ["\uE740"]
},
{
@@ -248,8 +276,8 @@
{
"type": "bitmap",
"file": "legacy:component/xone/dpad_left.png",
"ascent": 11,
"height": 15,
"ascent": 12,
"height": 18,
"chars": ["\uE741"]
},
{
@@ -262,8 +290,8 @@
{
"type": "bitmap",
"file": "legacy:component/xone/dpad_up.png",
"ascent": 11,
"height": 15,
"ascent": 12,
"height": 18,
"chars": ["\uE742"]
},
{
@@ -272,83 +300,6 @@
"ascent": 11,
"height": 15,
"chars": ["\uE00F"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE750"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE752"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE753"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE754"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE755"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE756"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE757"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE758"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE759"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE75A"]
},
{
"type": "bitmap",
"file": "legacy:component/xone/unknown.png",
"ascent": 11,
"height": 15,
"chars": ["\uE75B"]
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 B

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 267 B