Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (30 loc) · 700 Bytes

File metadata and controls

31 lines (30 loc) · 700 Bytes

Tasks

  • GUI
    • Modify size and pos on fly
    • Different ways to draw content in nodes
      • Inside
      • Outside
      • Expand
      • Text wrap
      • Text shadows
    • Events
      • on_init
      • on_draw
      • on_hover
      • on_click
      • on_update
      • Use stack.pop()
    • Text forms
    • Checkboxes
    • Dragable and dropable
      • Content scrolling
  • Server
    • DB (sqlite?)
    • Communication (enet?)
    • Registration
    • Authorization
  • Create new libs for love
    • Animations (both types):
      • From libresprite
      • By atlas
    • Separate lume to different modules