mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- A better, theme-oriented planeswalker attacker targeting arrows with the default orange-ish color.
- Removed the unused "darker PW arrows" option.
This commit is contained in:
@@ -44,6 +44,7 @@ public enum FSkinProp {
|
||||
CLR_OVERLAY (new int[] {70, 250}, PropType.COLOR),
|
||||
CLR_COMBAT_TARGETING_ARROW (new int[] {70, 270}, PropType.COLOR),
|
||||
CLR_NORMAL_TARGETING_ARROW (new int[] {70, 290}, PropType.COLOR),
|
||||
CLR_PWATTK_TARGETING_ARROW (new int[] {70, 310}, PropType.COLOR),
|
||||
|
||||
//zone images
|
||||
IMG_ZONE_HAND (new int[] {280, 40, 40, 40}, PropType.IMAGE),
|
||||
|
||||
@@ -72,7 +72,6 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
|
||||
UI_PREFERRED_AVATARS_ONLY ("false"),
|
||||
UI_TARGETING_OVERLAY ("0"),
|
||||
UI_TIMED_TARGETING_OVERLAY_UPDATES ("true"),
|
||||
UI_TARGETING_DARKER_PW_ARROWS ("true"),
|
||||
UI_ENABLE_SOUNDS ("true"),
|
||||
UI_ENABLE_MUSIC ("true"),
|
||||
UI_ALT_SOUND_SYSTEM ("false"),
|
||||
|
||||
Reference in New Issue
Block a user