Closed labordep closed 9 months ago
@Nyan11 I think there is a similar problem in Toplo. For example, how to store a button icon ?
Yes, I am making an Input that will work with the command to change the background and the command to set an icon. This way i can reuse the code/gui for the two use-cases
Ways for users to use images on a Pyramid project:
1 - Use the playground to do the job manually (developper responsibility) 2 - Import an image as a BlElement using the editor UI
Image
in the library menu A setup window open and propose theses different ways to import an image as a BlElement:MyClass myImage
(the image is loaded on the fly and we serialize only the class/method association)In all cases there is a BlElement with a image as a background, when the element is added and selected this is the same way to modifiy the image in the properties tab :