diff --git a/src/client/js/rendering/renderer.js b/src/client/js/rendering/renderer.js index 4f2202e8..a6af8221 100644 --- a/src/client/js/rendering/renderer.js +++ b/src/client/js/rendering/renderer.js @@ -179,13 +179,13 @@ define([ for (let j = 0; j < h; j++) { let roll = Math.sin(((j * 0.2) % 5) + Math.cos(ii % 8)); - let tile = 5; + let tile = 61; if (roll < -0.2) - tile = 3; + tile = 63; else if (roll < 0.2) - tile = 4; + tile = 64; else if (roll < 0.5) - tile = 53; + tile = 34; let alpha = mRandom(); @@ -196,10 +196,11 @@ define([ if (mRandom() < 0.35) { tile = { - 5: 6, - 3: 0, - 4: 1, - 53: 54 + 61: 62, + 63: 64, + 64: 63, + 34: 33 + }[tile]; } diff --git a/src/client/ui/templates/characters/styles.less b/src/client/ui/templates/characters/styles.less index f490b964..c7ec76a5 100644 --- a/src/client/ui/templates/characters/styles.less +++ b/src/client/ui/templates/characters/styles.less @@ -103,7 +103,7 @@ } .btn { - background-color: @blueC; + background-color: @orangeC; width: calc((100% - (16px * 2)) / 3); float: left; margin-right: 16px; @@ -114,7 +114,7 @@ } &:hover { - background-color: @blueB; + background-color: @orangeB; } &.deleting { diff --git a/src/client/ui/templates/characters/template.html b/src/client/ui/templates/characters/template.html index b841e20a..af77a446 100644 --- a/src/client/ui/templates/characters/template.html +++ b/src/client/ui/templates/characters/template.html @@ -1,5 +1,5 @@
- +
loading characters...
diff --git a/src/client/ui/templates/createCharacter/styles.less b/src/client/ui/templates/createCharacter/styles.less index 41bb2af8..b21be9f5 100644 --- a/src/client/ui/templates/createCharacter/styles.less +++ b/src/client/ui/templates/createCharacter/styles.less @@ -128,7 +128,7 @@ } .btn { - background-color: @blueC; + background-color: @orangeC; width: calc((100% - @boxPadding) / 2); float: left; margin-right: @boxPadding; @@ -139,7 +139,7 @@ } &:hover { - background-color: @blueB; + background-color: @orangeB; } } diff --git a/src/client/ui/templates/createCharacter/template.html b/src/client/ui/templates/createCharacter/template.html index 546bcef6..544cb6d5 100644 --- a/src/client/ui/templates/createCharacter/template.html +++ b/src/client/ui/templates/createCharacter/template.html @@ -1,5 +1,5 @@
- +
name
diff --git a/src/client/ui/templates/login/styles.less b/src/client/ui/templates/login/styles.less index 89d8b2f8..e555adf7 100644 --- a/src/client/ui/templates/login/styles.less +++ b/src/client/ui/templates/login/styles.less @@ -41,7 +41,7 @@ .label { width: 30%; padding-top: 10px; - color: @green; + color: @yellow; } input { @@ -92,7 +92,7 @@ height: 35px; .btn { - background-color: @blueC; + background-color: @orangeC; width: calc((100% - @boxPadding) / 2); float: left; margin-right: @boxPadding; @@ -103,7 +103,7 @@ } &:hover { - background-color: @blueB; + background-color: @orangeB; } } } @@ -140,7 +140,7 @@ padding-right: 10px; width: 100%; margin-bottom: 10px; - background-color: @blueD; + background-color: @purpleC; color: @white; &:last-child { @@ -148,7 +148,7 @@ } &:hover { - background-color: @blueC; + background-color: @purpleA; } } } diff --git a/src/client/ui/templates/login/template.html b/src/client/ui/templates/login/template.html index 0aed83fc..d51f23f6 100644 --- a/src/client/ui/templates/login/template.html +++ b/src/client/ui/templates/login/template.html @@ -1,5 +1,5 @@
- +
username