- Status Closed
- Percent Complete
- Severity High
- Due in Version Feature Requests
-
Votes
1
- epsilonion (06.03.2018)
Opened by epsilonion - 06.03.2018
Last edited by Jayce Young - 13.07.2018
FS#65 - GUI Editor - Drag and drop of textures to be exposed
To expose dragging and dropping of textures feature that is already in the GUI system that is used..
This way you could easily drag from the inventory to the tool bar (press 1 for gun press 2 for medikit etc) that the player uses a sort of equipped items like you see in nearly every game these days..
It would save on time and workflow of users allowing them to quickly get a player system up and running asap..
it would replace having to code and track the mouse location while LMB is held and released to a co-ord on the screen and if that co-ord is xxx container then put it in slot xx.. then change textures of these slots etc etc..
Just using the existing system you could just use it through the hooks that could be exposed and miss half of the coding needed..
Also some docs on the visual gui would be great, like what each selectable does and how to create a basic menu or something with the visual method.
This has been done in a recent Crafting survival game being made on skyline, so this is entirely possible.