52 lines
1.1 KiB
Plaintext
52 lines
1.1 KiB
Plaintext
## GAME
|
|
game.item_size 20
|
|
game.width 320
|
|
game.height 240
|
|
game.play_area.rect.x 0
|
|
game.play_area.rect.y 0
|
|
game.play_area.rect.w 320
|
|
game.play_area.rect.h 200
|
|
|
|
## FADE
|
|
fade.num_squares_width 160
|
|
fade.num_squares_height 120
|
|
fade.random_squares_delay 1
|
|
fade.random_squares_mult 500
|
|
fade.post_duration 80
|
|
fade.venetian_size 16
|
|
|
|
## SCOREBOARD
|
|
scoreboard.x 0
|
|
scoreboard.y 200
|
|
scoreboard.w 320
|
|
scoreboard.h 40
|
|
|
|
## TITLE
|
|
title.press_start_position 170
|
|
title.title_duration 800
|
|
title.arcade_edition_position 123
|
|
title.title_c_c_position 80
|
|
|
|
## BACKGROUND
|
|
background.attenuate_color.r 255
|
|
background.attenuate_color.g 255
|
|
background.attenuate_color.b 255
|
|
background.attenuate_alpha 0
|
|
|
|
## BALLOONS
|
|
balloon_1.vel 2.75f
|
|
balloon_1.grav 0.09f
|
|
balloon_2.vel 3.70f
|
|
balloon_2.grav 0.10f
|
|
balloon_3.vel 4.70f
|
|
balloon_3.grav 0.10f
|
|
balloon_4.vel 5.45f
|
|
balloon_4.grav 0.10f
|
|
|
|
## NOTIFICATION
|
|
notification.pos_v TOP
|
|
notification.pos_h LEFT
|
|
notification.sound false
|
|
notification.color.r 48
|
|
notification.color.g 48
|
|
notification.color.b 48 |