hammcmod / RadioCraft

Minecraft Mod that brings Functioning Ham Radios into the game - Funded by the ARRL
GNU General Public License v3.0
32 stars 5 forks source link

Feature/vhf keypad screen #6

Closed jrddunbr closed 3 months ago

jrddunbr commented 3 months ago

This adds two features:

  1. A screen that indicates the frequency
  2. Digits and decimals on the keypad allow for entry of the frequency upon pressing Enter

When entering the frequency, it overrides the currently viewed frequency on-screen, and shows a _ (or #) to indicate entry mode.

This is a draft because the GUI messes up with the buttons because I need to make a better widget class that combines the features of ImageButton and HoldButton to make a button that only shows the alternative texture while the button is being pressed, and to show the default underlying texture otherwise.

jrddunbr commented 3 months ago

Messed up the base branch.