Renombradas las variables de param_t
This commit is contained in:
@@ -1,33 +1,33 @@
|
||||
## GAME
|
||||
gameWidth 320
|
||||
gameHeight 240
|
||||
itemSize 20
|
||||
game.width 320
|
||||
game.height 256
|
||||
game.itemSize 20
|
||||
|
||||
## FADE
|
||||
numSquaresWidth 160
|
||||
numSquaresHeight 120
|
||||
fadeRandomSquaresDelay 1
|
||||
fadeRandomSquaresMult 500
|
||||
fadePostDuration 80
|
||||
venetianSize 16
|
||||
fade.numSquaresWidth 160
|
||||
fade.numSquaresHeight 128
|
||||
fade.randomSquaresDelay 1
|
||||
fade.randomSquaresMult 500
|
||||
fade.postDuration 80
|
||||
fade.venetianSize 16
|
||||
|
||||
## SCOREBOARD
|
||||
scoreboard.x 0
|
||||
scoreboard.y 200
|
||||
scoreboard.y 216
|
||||
scoreboard.w 320
|
||||
scoreboard.h 40
|
||||
|
||||
## TITLE
|
||||
pressStart 170
|
||||
titleCounter 800
|
||||
arcadeEdition 123
|
||||
titleCC 80
|
||||
title.pressStartPosition 170
|
||||
title.titleDuration 800
|
||||
title.arcadeEditionPosition 123
|
||||
title.titleCCPosition 80
|
||||
|
||||
## BACKGROUND
|
||||
backgroundAttenuateColor.r 255
|
||||
backgroundAttenuateColor.g 255
|
||||
backgroundAttenuateColor.b 255
|
||||
backgroundAttenuateColor.a 0
|
||||
background.attenuateColor.r 255
|
||||
background.attenuateColor.g 255
|
||||
background.attenuateColor.b 255
|
||||
background.attenuateAlpha 0
|
||||
|
||||
## BALLOONS
|
||||
balloon1.vel 2.75f
|
||||
|
||||
Reference in New Issue
Block a user