fireclawthefox/DirectGuiExtension

required assets

Closed this issue · 1 comments

pmp-p commented

That library may require assets that are only installed with a Panda3D distribution and with a correct Prc. That may lead to runtime error since assets are not checked on startup.

eg

shuttle_controls_font = loader.loadFont('shuttle_controls')

on android and browser - where runtime is per application - the full distribution is not usually available.

One other place that contains assets from the engine is here:

('imageCollapse', "icons/minusnode.gif", DGG.INITOPT),
('imageCollapsed', "icons/plusnode.gif", DGG.INITOPT),