fireclawthefox / DirectGuiDesigner

A Visual Editor for Panda3Ds Direct GUI
BSD 2-Clause "Simplified" License
25 stars 2 forks source link

Button sounds need to be loaded as sfx #11

Closed fireclawthefox closed 2 years ago

fireclawthefox commented 2 years ago

The sound files for button click and rollover can not be passed as strings but have to be loaded as audio files (e.g. loader.load_sfx("..."))