makotok/Hanappe

Maybe I can contribute some code to this project, need this?

Closed this issue · 6 comments

I had follow the widget.lua and write some UI component for my project, include ImageButton, CheckBox, Slider, someone need this?

I'd love to see it, especially if it is for Hanappe.

There very interested me.

When possible, then I would like you to a Pull Request.
Or I want to take a look at the source.

https://gist.github.com/

I too would like to see it!

Thanks for reply, but I need some time to fetch it from my project, Because I have modify the Flower so I need to make sure my code can work with the standard Flower library, Maybe this weekend I will do it finish. Thanks.

Thank you!
I received a patch of you.

I have modified some.

  • Change the inheritance structure of the class.
    (Button, ImageButton, CheckBox)
  • The separation ImageButton, SheetButton.
  • Eliminate dependency from Flower.
  • Fixed a bug in SheetImage.

Nice, thanks for your hard work.