53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
window:
|
|
width: 800
|
|
height: 600
|
|
title: "Tetri5"
|
|
|
|
sound:
|
|
main-music: "resource/sound/main_music.ogg"
|
|
row-completion: "resource/sound/row_completion.wav"
|
|
piece-set: "resource/sound/piece_set_3.wav"
|
|
|
|
image:
|
|
title-screen: "resource/image/title_screen.png"
|
|
window-icon: "resource/image/tetris_icon.png"
|
|
font: "resource/image/press-start-2p-font.bmp"
|
|
|
|
position:
|
|
title-logo: [280, 125]
|
|
option-one: [320, 390]
|
|
option-two: [320, 440]
|
|
cursor-option-one: [300, 399]
|
|
cursor-option-two: [300, 449]
|
|
|
|
engine:
|
|
fps: 60
|
|
tile-size: 20
|
|
cursor-blink-interval: 150
|
|
piece-gravity-time: 600
|
|
piece-set-time: 600
|
|
piece-gravity-increase: 56
|
|
lines-per-level: 5
|
|
points-table:
|
|
- 0 # 0 line
|
|
- 40 # 1 line
|
|
- 100 # 2 lines
|
|
- 300 # 3 lines
|
|
- 1200 # 4 lines
|
|
|
|
color:
|
|
# window
|
|
window-bg: "#000000"
|
|
# title screen
|
|
cursor: "#FFFFFF"
|
|
# in game
|
|
piece-1: "#1F37EC"
|
|
piece-2: "#3DBBFC"
|
|
piece-3: "#FFFFFF"
|
|
piece-inner-border-1: "#1F37EC"
|
|
piece-outer-border-1: "#000000"
|
|
well-1: "#9BFCF0"
|
|
well-border-1: "#000000"
|
|
stack-1: "#747474"
|
|
stack-border-1: "#000000"
|