wip: add connection to server scene
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -18,13 +18,13 @@ image:
|
||||
font: "resource/image/press-start-2p-font.bmp"
|
||||
|
||||
position:
|
||||
# title screen
|
||||
# title scene
|
||||
title-logo: [240, 60]
|
||||
option-one: [320, 390]
|
||||
option-two: [320, 440]
|
||||
cursor-option-one: [300, 399]
|
||||
cursor-option-two: [300, 449]
|
||||
# single player game screen
|
||||
# single player game scene
|
||||
top-label: [80, 120]
|
||||
top-value: [80, 140]
|
||||
score-label: [80, 180]
|
||||
@@ -35,7 +35,11 @@ position:
|
||||
well: [280, 80]
|
||||
next-piece: [620, 160]
|
||||
spawn-piece: [-260, -60]
|
||||
# multi player game screen
|
||||
# connection scene
|
||||
game-id-label: [200, 300]
|
||||
connecting-label: [280, 300]
|
||||
waiting-opponent-label: [200, 300]
|
||||
# multi player game scene
|
||||
well-player-1: [80, 80]
|
||||
well-player-2: [480, 80]
|
||||
score-label-player-1: [140, 20]
|
||||
@@ -55,7 +59,8 @@ engine:
|
||||
fps: 60
|
||||
tile-size: 20
|
||||
cursor-blink-interval: 150
|
||||
lines-per-level: 5
|
||||
period-blink-interval: 300
|
||||
lines-per-level: 55
|
||||
# piece
|
||||
piece-drop-delay: 600
|
||||
piece-lock-delay: 1000
|
||||
|
||||
Reference in New Issue
Block a user