mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
removed UNKNOWN RGB
This commit is contained in:
parent
2e0cd6faa7
commit
5a3b1657b8
@ -537,9 +537,7 @@ export function getTypeRgb(type: Type): [ integer, integer, integer ] {
|
||||
return [ 232, 136, 200 ];
|
||||
case Type.STELLAR:
|
||||
return [ 255, 255, 255 ];
|
||||
case Type.UNKNOWN:
|
||||
return [ 104, 160, 144 ];
|
||||
default:
|
||||
return [ 0, 0, 0 ];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user