Commit graph

15 commits

Author SHA1 Message Date
51eb35c43c commented widgets 2023-03-14 23:09:03 +01:00
cb4e7cafe3 simplified the in_bbox function in the widgets 2023-03-09 23:34:15 +01:00
d574703e90 position now use a css like distance system 2023-03-07 21:50:25 +01:00
a2d37c37f7 added more documentation in some files 2023-02-23 00:02:28 +01:00
446e377b19 simplified event in Widget with Listener, added more useful property to BoxWidget 2023-02-18 19:41:07 +01:00
b0844e981a added a GameGrid widget, a on_hover event for the BoxWidget 2023-02-16 08:58:42 +01:00
c5c81be6ce implemented the Scroller 2023-02-15 13:58:28 +01:00
2dfc21b8ef distance can now be represented by a constant pixel value or a function that is called when the distance have to be updated 2023-02-15 08:57:24 +01:00
e5ce93a207 added a RoomCreate and a RoomJoin scene 2023-02-14 23:02:44 +01:00
3db2ea3c9a fixed the on_pressed event on the bbox 2023-02-14 13:43:22 +01:00
48da47c234 added Image and Input widgets 2023-02-14 10:36:59 +01:00
31d1069709 added Button widget (label to fix) 2023-02-13 20:32:23 +01:00
59ee20efe5 fixed bbox property not returning the correct x2 and y2 2023-02-13 14:31:25 +01:00
11476f5de8 added on_press, on_release, on_hover_enter, on_hover_leave event on BoxWidget 2023-02-12 14:04:07 +01:00
9b008cbaea added BoxWidget class that allow widgets with a bbox 2023-02-11 00:31:48 +01:00