Update player prefab and theme colors; refine visual effects and VFX instantiation
This commit is contained in:
@@ -21,8 +21,8 @@ namespace Infrastructure.Unity
|
||||
|
||||
public static ThemePalette CyberpunkTheme => new ThemePalette
|
||||
{
|
||||
StableColor = new Color(0.1f, 0.1f, 0.3f), // Dark Blue
|
||||
WarningColor = new Color(1f, 0f, 1f) // Neon Magenta
|
||||
StableColor = new Color(0.23f, 0.53f, 0.7f),
|
||||
WarningColor = new Color(1f, 0f, 1f)
|
||||
};
|
||||
|
||||
public static ThemePalette GoldenTheme => new ThemePalette
|
||||
|
||||
Reference in New Issue
Block a user