Commit graph

14 commits

Author SHA1 Message Date
316de05525 united custom Sprite and Label in better_pyglet, they now have a default_kwargs. "Century Gothic Bold" is now the default font 2023-03-06 10:11:42 +01:00
5bdffd40de changed some grid code to be easier to manipulate 2023-03-05 11:32:36 +01:00
312210b323 Added prompt to save the game 2023-03-04 12:46:58 +01:00
3caaa8180d batchs are now automatically handled by the scene and the widgets 2023-03-02 21:34:21 +01:00
3aa9eaf541 fixed access to some style that would raise a attribute does not exist error 2023-02-28 18:28:00 +01:00
e961f7e348 changed the way texture are loaded 2023-02-27 15:18:12 +01:00
25a3c0fa86 simplified some part of the game code, made some quality of life change 2023-02-24 19:37:44 +01:00
14ebc82a72 the listener now give as a first argument the widget itself. Added some event to some widgets 2023-02-23 19:53:52 +01:00
a096785c28 unified GameGridAlly and GameGridEnemy 2023-02-23 19:05:28 +01:00
39d44e7ec2 added a function to render board on the grid (unoptimised !!!) 2023-02-20 15:21:43 +01:00
75c1d4b6e8 added a Style system 2023-02-19 12:02:12 +01:00
446e377b19 simplified event in Widget with Listener, added more useful property to BoxWidget 2023-02-18 19:41:07 +01:00
ca001511c8 started the networking and interface connection 2023-02-17 15:56:00 +01:00
b0844e981a added a GameGrid widget, a on_hover event for the BoxWidget 2023-02-16 08:58:42 +01:00