41 lines
709 B
Plaintext
41 lines
709 B
Plaintext
## GAME
|
|
gameWidth 320
|
|
gameHeight 240
|
|
itemSize 20
|
|
autofire true
|
|
|
|
## 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
|
|
|
|
## BALLOONS
|
|
balloon1.vel 2.75f
|
|
balloon1.grav 0.09f
|
|
balloon2.vel 3.70f
|
|
balloon2.grav 0.10f
|
|
balloon3.vel 4.70f
|
|
balloon3.grav 0.10f
|
|
balloon4.vel 5.45f
|
|
balloon4.grav 0.10f |