wip: add items to multiplayer scene

This commit is contained in:
2021-07-13 10:45:23 -04:00
parent 406941d9d0
commit fa66b590d1
2 changed files with 50 additions and 3 deletions

View File

@@ -38,6 +38,16 @@ position:
# multi player game screen
well-player-1: [80, 80]
well-player-2: [480, 80]
score-label-player-1: [140, 20]
score-label-player-2: [540, 20]
score-value-player-1: [140, 40]
score-value-player-2: [540, 40]
lines-label-player-1: [100, 540]
lines-label-player-2: [500, 540]
next-label-player-1: [340, 180]
next-piece-player-1: [360, 220]
next-label-player-2: [340, 360]
next-piece-player-2: [360, 400]
engine:
fps: 60