Get the bridge door animations running

This commit is contained in:
2020-03-27 00:54:57 +00:00
parent 79bfab7d6b
commit 316db89148
6 changed files with 106 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ const (
TypeDropdownButton MenuType = 200
TypeComboBoxItem MenuType = 205
TypeAnimationSample MenuType = 220
TypeAnimationToo MenuType = 221 // No idea why we have two of these. FONTTYPE is animation speed.
TypeAnimationHover MenuType = 221 // FONTTYPE is animation speed. Only animate when hovered
TypeMainButton MenuType = 228
TypeSlider MenuType = 232
TypeStatusBar MenuType = 233