putting ore vein prototype on main sheet; also a commit before fuck-up

This commit is contained in:
minjaesong
2017-07-03 19:26:00 +09:00
parent 2ea3ce0c67
commit b7fb8ff4da
9 changed files with 57 additions and 28 deletions

View File

@@ -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),