mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-19 18:49:19 +01:00
Get rid of assembly errors and warnings
This commit is contained in:
parent
e23db58c4c
commit
e0b8f61b6e
@ -1 +1 @@
|
||||
Subproject commit 9cbd03d6be9c5e76d7f6aa01d28e366a6be7b2b0
|
||||
Subproject commit 495332f2d60083403cdf0f501a563fcb54841142
|
||||
@ -27,6 +27,9 @@ object IconSource {
|
||||
IconSource(s"icons/Tier${tier.id}")
|
||||
}
|
||||
|
||||
val SideNoneIcon: IconSource = IconSource("icons/SideNone")
|
||||
val SideAnyIcon: IconSource = IconSource("icons/SideAny")
|
||||
val SideUndefinedIcon: IconSource = IconSource("icons/SideUndefined")
|
||||
val SideIcon: Direction => IconSource = {
|
||||
case Down => IconSource(s"icons/SideDown")
|
||||
case Up => IconSource(s"icons/SideUp")
|
||||
@ -34,10 +37,8 @@ object IconSource {
|
||||
case South => IconSource(s"icons/SideSouth")
|
||||
case West => IconSource(s"icons/SideWest")
|
||||
case East => IconSource(s"icons/SideEast")
|
||||
case _ => SideUndefinedIcon
|
||||
}
|
||||
val SideNoneIcon: IconSource = IconSource("icons/SideNone")
|
||||
val SideAnyIcon: IconSource = IconSource("icons/SideAny")
|
||||
val SideUndefinedIcon: IconSource = IconSource("icons/SideUndefined")
|
||||
|
||||
object Items {
|
||||
val Cpu: Tier => IconSource = { tier =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user