Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.04 KB

TODO.md

File metadata and controls

34 lines (29 loc) · 1.04 KB

TODO


Block

  • Add a crafting recipe
  • Implement saving block data to server
  • Fix sounds continuing to play when the sound block is broken
  • Implement checkbox sound stopping behaviour:
    • Left checkbox (StopOnEntry) stops on transition from previous stage to current stage
    • Right checkbox (StopOnExit) stops on transition from current stage to next stage
  • Implement force-powered state; bypasses redstone signal requirement

GUI

  • Implement the sound entry scrollbar
  • Implement mouse-wheel scrolling
  • Add mouse-over GUI tooltips to:
    • Text-fields
    • Buttons / arrows
    • Checkboxes
    • Tabs
  • Add texts to GUI tabs (Config, Intro, Loop, Outro)
  • Implement general tab:
    • Force-powered checkbox
    • Master X offset
    • Master Y offset
    • Master Z offset
    • Loop delay ticks count
    • Master pitch multiplier
    • Master volume multiplier
    • Master distance multiplier
  • Implement tabbing through text fields (forwards/backwards)