MyreMylar / pygame_gui_examples

Some examples of how to use pygame_gui
137 stars 42 forks source link

Background for UIPanel doesn't work #6

Open knave2000 opened 3 years ago

knave2000 commented 3 years ago

It looks like UIPanel do not read "background_image" section.

The example doesn't work. https://pygame-gui.readthedocs.io/en/latest/theme_reference/theme_panel.html

     "background_image":
     {
         "package": "data.images",
         "resource": "splat.png",
         "sub_surface_rect": "0,0,32,32"
     },