VisualGearTypes.wiki
changeset 1913 db5fab5b31da
parent 1530 288bee4b94d5
child 2060 55ea190450ec
equal deleted inserted replaced
1912:94899e4fabe6 1913:db5fab5b31da
    78 
    78 
    79 == `vgtHealthTag` ==
    79 == `vgtHealthTag` ==
    80 A health tag for hedgehogs. But with a few changes, this is also useful to display arbitray numbers on the screen.
    80 A health tag for hedgehogs. But with a few changes, this is also useful to display arbitray numbers on the screen.
    81 
    81 
    82  * `Angle`: Scale ratio. `1` = 100%
    82  * `Angle`: Scale ratio. `1` = 100%
    83  * `Frame`: If `0`, it is part of the landscape. If non-zero, it will align to the screen instead
    83  * `Frame`: If `0`, its position is relative to the landscape. If non-zero, it will align to the screen instead
    84  * `State`: Number to display
    84  * `State`: Number to display
    85  * `Timer`: Expiration timer
    85  * `Timer`: Expiration timer
    86 
    86 
    87 == `vgtSmallDamageTag` ==
    87 == `vgtSmallDamageTag` ==
    88 Damage indicator, displays a damage value. Looks similar to `vgtHealthTag`, but is smaller.
    88 Damage indicator, displays a damage value. Looks similar to `vgtHealthTag`, but is smaller.