Fixed performance regression / Removed useless fallback sprites

This commit is contained in:
Anuken
2019-07-03 17:07:22 -04:00
parent d3c8678f80
commit 0d39400f8b
39 changed files with 5350 additions and 18146 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

View File

@@ -9,15 +9,15 @@
},
TintedDrawable: {
dialogDim: {
name: white,
name: whiteui,
color: { r: 0, g: 0, b: 0, a: 0.9 }
},
guideDim: {
name: white,
name: whiteui,
color: { r: 0, g: 0, b: 0, a: 0.3 }
},
invis: {
name: white,
name: whiteui,
color: { r: 0, g: 0, b: 0, a: 0 }
}
loadDim: {
@@ -25,27 +25,27 @@
color: { r: 0, g: 0, b: 0, a: 0.8 }
},
chatfield: {
name: white,
name: whiteui,
color: { r: 0, g: 0, b: 0, a: 0.2 }
},
dark: {
name: white,
name: whiteui,
color: { hex: "#000000ff" }
},
none: {
name: white,
name: whiteui,
color: { r: 0, g: 0, b: 0, a: 0 }
},
flat: {
name: white,
name: whiteui,
color: { r: 0.0, g: 0.0, b: 0.0, a: 0.6 }
},
flat-over: {
name: white,
name: whiteui,
color: { hex: "#ffffff82" }
},
flat-down: {
name: white,
name: whiteui,
color: { hex: "#ffd37fff" }
}
},
@@ -111,7 +111,7 @@
up: info-banner
},
clear-partial: {
down: white,
down: whiteui,
up: button-select,
over: flat-down,
font: default-font,
@@ -199,7 +199,7 @@
over: flat-over
},
clear-full: {
down: white,
down: whiteui,
up: button-select,
over: flat-down
},