Ulrich Vollert
Ulrich Vollert
If I load a PNG-file, instead of red the color blue is rendered. `(defsketch image ((title "image") (width 500) (height 600)) (image (load-resource "png/my-image.png") 100 50) `
Hi, I am impressed by flute - thank you. I have a question: if I define an user-element and have no attributes for children, there is an error. Example: ```...
Hi, I tried processing and it looked promising to me. But I don't understand the generated code of the enclosed example: The location of the vehicle is shown up correctly...
**Describe the bug** The script templates are not usable in Godot 4. **To Reproduce** If one wants to create a script, the templates are not shown. **Expected behavior** The templates...