30 lines
468 B
Plaintext
30 lines
468 B
Plaintext
# GAME
|
|
gameWidth 320
|
|
gameHeight 240
|
|
itemSize 20
|
|
|
|
# FADE
|
|
numSquaresWidth 160
|
|
numSquaresHeight 120
|
|
fadeRandomSquaresDelay 1
|
|
fadeRandomSquaresMult 500
|
|
fadePostDuration 80
|
|
venetianSize 16
|
|
|
|
# SCOREBOARD
|
|
scoreboard.x 0
|
|
scoreboard.y 200
|
|
scoreboard.w 320
|
|
scoreboard.h 40
|
|
|
|
# TITLE
|
|
pressStart 170
|
|
titleCounter 800
|
|
arcadeEdition 123
|
|
titleCC 80
|
|
|
|
# BACKGROUND
|
|
backgroundAttenuateColor.r 255
|
|
backgroundAttenuateColor.g 255
|
|
backgroundAttenuateColor.b 255
|
|
backgroundAttenuateColor.a 0 |