a new watchface to support seasons instead of months

This commit is contained in:
minjaesong
2018-11-06 23:40:36 +09:00
parent 9b087f0ae5
commit 65f49e11b2
6 changed files with 22 additions and 16 deletions

View File

@@ -24,6 +24,10 @@ import java.util.zip.GZIPInputStream
/**
* Sub-portion of IngameRenderer. You are not supposed to directly deal with this.
*
* The terrain texture atlas is HARD CODED as "4096x4096, on which 256x256 tiles are contained"
* in the shader (tiling.frag). This will not be a problem in the base game, but if you are modifying
* this engine for your project, you must edit the shader program accordingly.
*
* Created by minjaesong on 2016-01-19.
*/
internal object BlocksDrawer {