This commit is contained in:
ntr 2019-05-28 12:12:39 +10:00
parent f3beb6c7ef
commit 132ad2bdad
2 changed files with 22 additions and 25 deletions

View File

@ -1,14 +1,3 @@
# Top 5
Form company structure
Make in game shop
xsolla?
Add in some T2 / T3 / Specs
Proper Friends / Family testing
Tidy edges on game UI
mobile stuff
# Mechanics
* 10d chaos maths, not rock paper scissors
* phys is faster and chaotic
@ -43,28 +32,30 @@ Tidy edges on game UI
# WORK WORK
## NOW
var / skill info rpc
thresholds / bonuses
sell cost
etc
*CLIENT*
* animations
* iconography
* general
* icons change with %
* find new icons for colours / life
* game
*SERVER*
* var / skill info rpc
* thresholds / bonuses
* std game mode
* time control
* animation delay phase end
* eth adapter
* pay for rerolls
* strike speed conversion
push events
## SOON
* push events
* iconography
* icons change with %
* find new icons for colours / life
* vbox drops chances
* 50% spec, 25% colour etc

View File

@ -3,6 +3,7 @@
*/
.instance {
overflow: hidden;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: min-content min-content min-content 1fr;
@ -68,8 +69,13 @@
grid-area: equip;
}
.instance .equip .skills {
border-right-width: 0;
}
/* VBOX */
.vbox {
align-items: flex-end;
grid-area: vbox;
display: grid;
grid-template-rows: min-content min-content;