mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
working new loadscreen (not worldgen)
This commit is contained in:
@@ -14,7 +14,7 @@ object StaticLoadScreenSubstitute {
|
||||
operator fun invoke(batch: SpriteBatch) {
|
||||
batch.end()
|
||||
|
||||
gdxClearAndEnableBlend(.094f, .094f, .094f, 0f)
|
||||
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f)
|
||||
|
||||
batch.begin()
|
||||
|
||||
|
||||
@@ -312,7 +312,7 @@ class UILoadDemoSavefiles(val remoCon: UIRemoCon) : Advanceable() {
|
||||
// to hide the "flipped skybox" artefact
|
||||
batch.end()
|
||||
|
||||
gdxClearAndEnableBlend(.094f, .094f, .094f, 0f)
|
||||
gdxClearAndEnableBlend(.063f, .070f, .086f, 1f)
|
||||
|
||||
batch.begin()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user