mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
commit
This commit is contained in:
@@ -36,7 +36,7 @@ object PostProcessor : Disposable {
|
|||||||
private val defaultResCol = Color(0x66ffff66)
|
private val defaultResCol = Color(0x66ffff66)
|
||||||
private val safeAreaCol = Color(0xffffff66.toInt())
|
private val safeAreaCol = Color(0xffffff66.toInt())
|
||||||
private val safeAreaCol2 = Color(0xffffff44.toInt())
|
private val safeAreaCol2 = Color(0xffffff44.toInt())
|
||||||
private val currentResCol = Color(0xffffee44.toInt())
|
private val currentResCol = Color(0xfff066_88.toInt())
|
||||||
|
|
||||||
private val debugUI = BasicDebugInfoWindow()
|
private val debugUI = BasicDebugInfoWindow()
|
||||||
|
|
||||||
|
|||||||
@@ -509,6 +509,11 @@ val ccX = GameFontBase.toColorCode(0xF853)
|
|||||||
val ccK = GameFontBase.toColorCode(0xF888)
|
val ccK = GameFontBase.toColorCode(0xF888)
|
||||||
val ccE = GameFontBase.toColorCode(0xFBBB)
|
val ccE = GameFontBase.toColorCode(0xFBBB)
|
||||||
|
|
||||||
|
// Zelda-esque text colour emphasis
|
||||||
|
val emphStrong = GameFontBase.toColorCode(0xFF88)
|
||||||
|
val emphObj = GameFontBase.toColorCode(0xF0FF)
|
||||||
|
val emphVerb = GameFontBase.toColorCode(0xFFF6)
|
||||||
|
|
||||||
|
|
||||||
typealias Second = Float
|
typealias Second = Float
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
package net.torvald.terrarum.console
|
package net.torvald.terrarum.console
|
||||||
|
|
||||||
import net.torvald.terrarum.Terrarum
|
import net.torvald.terrarum.*
|
||||||
import net.torvald.terrarum.ui.ConsoleWindow
|
import net.torvald.terrarum.ui.ConsoleWindow
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user