Se puede especificar con argumentos el fichero de parametros a utilizar
This commit is contained in:
44
data/config/param_320x240.txt
Normal file
44
data/config/param_320x240.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
## GAME
|
||||
game.itemSize 20
|
||||
game.width 320
|
||||
game.height 240
|
||||
game.playArea.rect.x 0
|
||||
game.playArea.rect.y 0
|
||||
game.playArea.rect.w 320
|
||||
game.playArea.rect.h 200
|
||||
|
||||
## FADE
|
||||
fade.numSquaresWidth 160
|
||||
fade.numSquaresHeight 120
|
||||
fade.randomSquaresDelay 1
|
||||
fade.randomSquaresMult 500
|
||||
fade.postDuration 80
|
||||
fade.venetianSize 16
|
||||
|
||||
## SCOREBOARD
|
||||
scoreboard.x 0
|
||||
scoreboard.y 200
|
||||
scoreboard.w 320
|
||||
scoreboard.h 40
|
||||
|
||||
## TITLE
|
||||
title.pressStartPosition 170
|
||||
title.titleDuration 800
|
||||
title.arcadeEditionPosition 123
|
||||
title.titleCCPosition 80
|
||||
|
||||
## BACKGROUND
|
||||
background.attenuateColor.r 255
|
||||
background.attenuateColor.g 255
|
||||
background.attenuateColor.b 255
|
||||
background.attenuateAlpha 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
|
||||
Reference in New Issue
Block a user