From 91dd87347b685efd5662ed028f08f31d42cdd94a Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 7 Jun 2020 17:35:12 -0400 Subject: [PATCH] v0.8.1: coded in chrome for silver windows --- .../java/com/shatteredpixel/shatteredpixeldungeon/Chrome.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Chrome.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Chrome.java index 943723ff4..545f86fab 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Chrome.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Chrome.java @@ -29,6 +29,7 @@ public class Chrome { TOAST, TOAST_TR, WINDOW, + WINDOW_SILVER, RED_BUTTON, GREY_BUTTON, GREY_BUTTON_TR, @@ -45,6 +46,8 @@ public class Chrome { switch (type) { case WINDOW: return new NinePatch( Asset, 0, 0, 20, 20, 6 ); + case WINDOW_SILVER: + return new NinePatch( Asset, 86, 0, 22, 22, 7 ); case TOAST: return new NinePatch( Asset, 22, 0, 18, 18, 5 ); case TOAST_TR: