Starbase/Behemoth/MK 2/Right/White 3.YOLOL
2024-05-10 12:57:29 -07:00

21 lines
292 B
Plaintext

mn=2 mx=50 stp=1 if:hhd then goto2end if:hhi then goto3end goto1
a=(:hover-stp)<mn :hover=(:hover-stp)*(1-a)+mn*a goto1
a=(:hover+stp)>mx :hover=(:hover+stp)*(1-a)+mx*a goto1
// :hover = Hover Height
// :hhi = Hover Height Increase Button
// :hhd = Hover Height Decrease Button