mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
putting ore vein prototype on main sheet; also a commit before fuck-up
This commit is contained in:
@@ -118,12 +118,11 @@ object WeatherMixer {
|
||||
|
||||
// draw skybox to provided graphics instance
|
||||
batch.end()
|
||||
blendNormal()
|
||||
TerrarumGDX.inShapeRenderer {
|
||||
it.rect(
|
||||
0f, 0f,
|
||||
Gdx.graphics.width.toFloat(),// / TerrarumGDX.ingame!!.screenZoom,
|
||||
Gdx.graphics.height.toFloat(),// / TerrarumGDX.ingame!!.screenZoom
|
||||
Gdx.graphics.width.toFloat(),
|
||||
Gdx.graphics.height.toFloat(),
|
||||
getGradientColour(skyboxColourMap, 1, timeNow),
|
||||
getGradientColour(skyboxColourMap, 1, timeNow),
|
||||
getGradientColour(skyboxColourMap, 0, timeNow),
|
||||
|
||||
Reference in New Issue
Block a user