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

Binary file not shown.

View File

@@ -72,7 +72,7 @@ void main() {
// TODO blend a breakage (0xrrggbb where 0xr0 -- upper 4 bits of int_red component)
// if statements considered harmful
// if statements considered harmful (on shader program)
// --definitely not Dijkstra
/*if (tileXY.x == 0 && tileXY.y == 0)
gl_FragColor = nocolour;