Updated Power Green fonts, repositioned all text accordingly

This commit is contained in:
Maruno17
2022-02-20 23:29:09 +00:00
parent dd78075657
commit 19e50bd507
37 changed files with 353 additions and 332 deletions

View File

@@ -7,9 +7,9 @@ module ShadowText
when 1
x += (w / 2) - (width / 2)
end
pbDrawShadowText(bitmap, x, y, w, h, t,
disabled ? Color.new(26 * 8, 26 * 8, 25 * 8) : Color.new(12 * 8, 12 * 8, 12 * 8),
Color.new(26 * 8, 26 * 8, 25 * 8))
pbDrawShadowText(bitmap, x, y + 6, w, h, t,
disabled ? Color.new(208, 208, 200) : Color.new(96, 96, 96),
Color.new(208, 208, 200))
end
end