all repos — uStrat @ 2702b9c7d19824a4be38b47709e1f6213b4292c7

simple turn-based strategy game inspired by uCity, Super Robot Wars, C&C, Fire Emblem

weird bug on opera mobile regarding startButton and qButton; working on it
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQJDBAABCAAtFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAl0C98oPHG5pbGl4QG5p
bGZtLmNjAAoJEDt/vCIUTmOYK3UP/0/qIB6eZcep83/GguPi5GS2Dn2Kssh94rtS
+hPd/E9ITT+ah37Oub5M3lbGr/XS1dHGb5YcNL8DYYXo35wjpT0/wsp9AU7CbmKm
INbuUnCDg0KwYTvbMfrXE/p+Q0wokx14fJ/r9JpVkTIaDu8llTs5ic0tlhaOG0lF
E7W5JtpH/rM0um6u/qEZ8PAIhAvgb7fvAslpIgbfZASBWibhYwPfuefPlkWRMQ9h
peDqRi29La5MI5XQwz1ALJrPyB1LKU36CdRsT3q/ih3XXfgHVUW4j76s6o2blgsW
u0hDgLQ57e/sZ2wY6jMfuv7ImiCs7HKDJFgQEUk/rULH83bh9D7xDeSQ/zQmNGn3
VjpZSc+UkjAZpSKPnr3L/DNcpQd4JZjKSj+AR0GjfcvH3/UKYnLJtLbkBNjJVNTX
n6NdTv4x0ciLo6s+xP1o/8c4vLPVx3zrmG/Hcigtr6fQUOG+157OLZ6MJ9DsFw2T
ElVcEvKZhFs65tEM7LNBCGkeWmoToJHgRGVA5l/1B7zX+h4seyPw8A7gslqk2v/2
iUzvsyz9VTTQ+2dFGYjSGv7cPGqAxO712x6KwskisTfd4W2ygmZuXztvzs0GQloG
RlbI/Ci9Uqrmsz55CqOpMjdWzbGYA76f+HKae3eEEP43fLLOMPiuH4odk3Ba+47k
P4/GDUqC
=uxMs
-----END PGP SIGNATURE-----
commit

2702b9c7d19824a4be38b47709e1f6213b4292c7

parent

adaa55d3d507e7d4c69229a0dd4c61adaa346d73

1 files changed, 6 insertions(+), 5 deletions(-)

jump to
M index.htmlindex.html

@@ -145,8 +145,8 @@ position: fixed;

bottom: 10px; right: 160px; background:rgba(0,0,0,0.4); - width: 40px; - height: 15px; + width: 50px; + height: 25px; border-color: #444444; border-width: 1px; border-style: solid;

@@ -158,10 +158,10 @@ position: fixed;

top: 10px; right: 10px; background:rgba(0,0,0,0.4); - width: 50px; - height: 50px; + width: 0px; + height: 0px; border-color: #444444; - border-width: 1px; + border-width: 0px; border-style: solid; visibility:hidden; }

@@ -250,6 +250,7 @@ <div id="xButton"></div>

<div id="yButton"></div> </div> <div id="startButton"></div> + <div id="qButton"></div> <canvas id="screen" width="320" height="180"></canvas>