Updated Overlay image configuration (markdown)

Hans-Kristian Arntzen 2013-10-21 07:33:07 -07:00
parent 855f9c72ac
commit 57fa1fa3ad
1 changed files with 11 additions and 2 deletions

@ -87,10 +87,19 @@ It is possible to use individual overlays per button. The given image will be di
overlay0_desc0_overlay = button.png
#### Let buttons light up when they are pressed
When using individial overlays per button it will make sense to have buttons light up when they are pressed. To do this, the alpha value will be modulated.
When using individial overlays per button it will make sense to have buttons light up when they are pressed. To do this, the alpha value per-button will be multiplied by a factor.
overlay0_desc0_alpha_mod = 2.0 # Alpha is multiplied 2x when pressed.
To set a default across all descriptors for an overlay, you can do so:
overlay0_alpha_mod = 2.0
#### Let buttons have bigger hitbox when they are pressed
TODO:
When pressed, you can make the hitboxes larger while the button is pressed:
overlay0_desc0_range_mod = 1.5 # For the particular descriptor
overlay0_range_mod = 1.5 # Default for all descriptors
### Triggering multiple buttons with one desc