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
|
# Mechanics
|
||||||
* 10d chaos maths, not rock paper scissors
|
* 10d chaos maths, not rock paper scissors
|
||||||
* phys is faster and chaotic
|
* phys is faster and chaotic
|
||||||
@ -43,28 +32,30 @@ Tidy edges on game UI
|
|||||||
# WORK WORK
|
# WORK WORK
|
||||||
## NOW
|
## NOW
|
||||||
|
|
||||||
var / skill info rpc
|
|
||||||
thresholds / bonuses
|
|
||||||
sell cost
|
|
||||||
etc
|
|
||||||
|
|
||||||
*CLIENT*
|
*CLIENT*
|
||||||
|
|
||||||
* animations
|
|
||||||
* iconography
|
|
||||||
|
|
||||||
* general
|
|
||||||
* icons change with %
|
|
||||||
* find new icons for colours / life
|
|
||||||
|
|
||||||
* game
|
|
||||||
|
|
||||||
*SERVER*
|
*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
|
## SOON
|
||||||
|
|
||||||
|
* push events
|
||||||
|
* iconography
|
||||||
|
* icons change with %
|
||||||
|
* find new icons for colours / life
|
||||||
|
|
||||||
* vbox drops chances
|
* vbox drops chances
|
||||||
* 50% spec, 25% colour etc
|
* 50% spec, 25% colour etc
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.instance {
|
.instance {
|
||||||
|
overflow: hidden;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
grid-template-rows: min-content min-content min-content 1fr;
|
grid-template-rows: min-content min-content min-content 1fr;
|
||||||
@ -68,8 +69,13 @@
|
|||||||
grid-area: equip;
|
grid-area: equip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance .equip .skills {
|
||||||
|
border-right-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* VBOX */
|
/* VBOX */
|
||||||
.vbox {
|
.vbox {
|
||||||
|
align-items: flex-end;
|
||||||
grid-area: vbox;
|
grid-area: vbox;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: min-content min-content;
|
grid-template-rows: min-content min-content;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user