957 B
957 B
Buttons
Design Choices
1. Scaling
Contrary to popular belief, LCE did not implement 9 slice scaling to buttons like Java did.
They simply used different textures based on the button type, Here are the assets taken from the source for said buttons (Take use with a grain of salt):
| Name | Use | Normal | Highlighted |
|---|---|---|---|
FJ_MainMenuButton_Normal |
Used for all main menus | ![]() |
![]() |
FJ_ListButton_Normal |
Player list | ![]() |
![]() |
Layout_Button |
Controls menu | ![]() |
![]() |






