mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 14:32:19 +00:00
Update embedded resources
This commit is contained in:
parent
df03a64305
commit
8a27d85964
2 changed files with 13 additions and 13 deletions
|
|
@ -88,15 +88,15 @@ static void DrawPauseContainer(GuestTexture* texture, ImVec2 min, ImVec2 max, fl
|
||||||
auto commonHeight = Scale(35);
|
auto commonHeight = Scale(35);
|
||||||
auto bottomHeight = Scale(5);
|
auto bottomHeight = Scale(5);
|
||||||
|
|
||||||
auto tl = PIXELS_TO_UV_COORDS(512, 512, 0, 0, 35, 35);
|
auto tl = PIXELS_TO_UV_COORDS(128, 512, 0, 0, 35, 35);
|
||||||
auto tc = PIXELS_TO_UV_COORDS(512, 512, 51, 0, 5, 35);
|
auto tc = PIXELS_TO_UV_COORDS(128, 512, 51, 0, 5, 35);
|
||||||
auto tr = PIXELS_TO_UV_COORDS(512, 512, 70, 0, 35, 35);
|
auto tr = PIXELS_TO_UV_COORDS(128, 512, 70, 0, 35, 35);
|
||||||
auto cl = PIXELS_TO_UV_COORDS(512, 512, 0, 35, 35, 235);
|
auto cl = PIXELS_TO_UV_COORDS(128, 512, 0, 35, 35, 235);
|
||||||
auto cc = PIXELS_TO_UV_COORDS(512, 512, 51, 35, 5, 235);
|
auto cc = PIXELS_TO_UV_COORDS(128, 512, 51, 35, 5, 235);
|
||||||
auto cr = PIXELS_TO_UV_COORDS(512, 512, 70, 35, 35, 235);
|
auto cr = PIXELS_TO_UV_COORDS(128, 512, 70, 35, 35, 235);
|
||||||
auto bl = PIXELS_TO_UV_COORDS(512, 512, 0, 270, 35, 40);
|
auto bl = PIXELS_TO_UV_COORDS(128, 512, 0, 270, 35, 40);
|
||||||
auto bc = PIXELS_TO_UV_COORDS(512, 512, 51, 270, 5, 40);
|
auto bc = PIXELS_TO_UV_COORDS(128, 512, 51, 270, 5, 40);
|
||||||
auto br = PIXELS_TO_UV_COORDS(512, 512, 70, 270, 35, 40);
|
auto br = PIXELS_TO_UV_COORDS(128, 512, 70, 270, 35, 40);
|
||||||
|
|
||||||
auto colour = IM_COL32(255, 255, 255, 255 * alpha);
|
auto colour = IM_COL32(255, 255, 255, 255 * alpha);
|
||||||
|
|
||||||
|
|
@ -117,9 +117,9 @@ static void DrawPauseHeaderContainer(GuestTexture* texture, ImVec2 min, ImVec2 m
|
||||||
|
|
||||||
auto commonWidth = Scale(35);
|
auto commonWidth = Scale(35);
|
||||||
|
|
||||||
auto left = PIXELS_TO_UV_COORDS(512, 512, 0, 314, 35, 60);
|
auto left = PIXELS_TO_UV_COORDS(128, 512, 0, 314, 35, 60);
|
||||||
auto centre = PIXELS_TO_UV_COORDS(512, 512, 51, 314, 5, 60);
|
auto centre = PIXELS_TO_UV_COORDS(128, 512, 51, 314, 5, 60);
|
||||||
auto right = PIXELS_TO_UV_COORDS(512, 512, 70, 314, 35, 60);
|
auto right = PIXELS_TO_UV_COORDS(128, 512, 70, 314, 35, 60);
|
||||||
|
|
||||||
auto colour = IM_COL32(255, 255, 255, 255 * alpha);
|
auto colour = IM_COL32(255, 255, 255, 255 * alpha);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0942fed82d63ebce8f6cec3a09e31c7f3fd05ecc
|
Subproject commit d45116bb0b5c5075da9b3c166fdf73af2415e880
|
||||||
Loading…
Add table
Reference in a new issue