From 132ad2bdaddf66f5eb6df82983227fd535df1d0b Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 28 May 2019 12:12:39 +1000 Subject: [PATCH] worklog --- WORKLOG.md | 41 ++++++++++++------------------- client/assets/styles/instance.css | 6 +++++ 2 files changed, 22 insertions(+), 25 deletions(-) diff --git a/WORKLOG.md b/WORKLOG.md index 5f442b7e..9387fab2 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -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 diff --git a/client/assets/styles/instance.css b/client/assets/styles/instance.css index 7692b6ab..b746cf16 100644 --- a/client/assets/styles/instance.css +++ b/client/assets/styles/instance.css @@ -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;