Maksim Tuprikov
Maksim Tuprikov
There is a bug with a sliders, it currently don'y work in negative direction as I remember (so you can try from bottom to up in this case) Will be...
> Sorry. What do you mean? You set start position of "pin_node" in your GUI and set a target position in the code, when you call `new_slider(node, target_position)` For vertical...
You can make it without rotation. Just place a "pin" node at bottom and use the higher position to set in the code https://github.com/user-attachments/assets/5f6684f2-b373-45b6-b13f-2b8a3927dcae
> DEBUG:SCRIPT: [Druid]: The component slider is extended component. You have to register it via druid.register to use it > DEBUG:SCRIPT: [Druid]: Use next code: > DEBUG:SCRIPT: local slider =...
Hello, thanks for the PR and issue The loop parameter seems really needed by some users, but the suggested changing of params leads to breaking changes I will check for...
Also it can be used for stuff like this or even make "Install" button right in the readme https://github.com/user-attachments/assets/3d380090-783b-4f3f-b8d4-44fbc444939f
That's cool! But only inside editor. Is it possible in future to trigger these links from browser by user click?
Thanks for the report!
Hello! Emoji would be a part of the font if you want to display it or use IMG tag instead (I'm using images instead of inside font)
Here is example: https://insality.github.io/druid/?example=ui_example_rich_text_tags Here is code: https://github.com/Insality/druid/blob/master/example/examples/basic/rich_text/rich_text_tags.lua Tags are "Hello, I'm" First is atlas name in this GUI, second is a image name. And after a comma the max...