Wakaba2 / World-Renderer

This plugin allows you to render objects to the sky and world
MIT License
0 stars 0 forks source link

It is possible to make a "skill tree". #12

Open MateusKH opened 2 months ago

MateusKH commented 2 months ago

Hi, is it possible to right click and drag an image. Make a kind of "skill tree" and make lines that connect each image. The idea is to click on some images and it will release it, and a line will connect to it. image

Wakaba2 commented 2 months ago

You can get the mouse state using the procedures, and then check for dragging with global variables. For mouse clicks, you need to create new global variables to track mouse click time, and then check the time using these variables. dragging