lib/cyberarm_engine/ui/theme.rb in cyberarm_engine-0.13.1 vs lib/cyberarm_engine/ui/theme.rb in cyberarm_engine-0.14.0

- old
+ new

@@ -86,11 +86,11 @@ width: 200, password_character: "•", caret_width: 2, caret_color: Gosu::Color::WHITE, caret_interval: 500, - selection_color: Gosu::Color::GREEN, + selection_color: Gosu::Color.rgba(255, 128, 50, 200), }, Image: { # < Element retro: false }, @@ -106,9 +106,18 @@ ToggleButton: { # < Button checkmark: "√" }, Progress: { # < Element + width: 250, + height: 36, + background: 0xff111111, + fraction_background: [0xffc75e61, 0xffe26623], + border_thickness: 1, + border_color: [0xffd59674, 0xffff8746] + }, + + Slider: { # < Element width: 250, height: 36, background: 0xff111111, fraction_background: [0xffc75e61, 0xffe26623], border_thickness: 1,