worklog
This commit is contained in:
parent
f3beb6c7ef
commit
132ad2bdad
41
WORKLOG.md
41
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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user