-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Need to create a class for a MoveableGUIWindow; this should be a Panel (or whatever appropriate) that has a title bar with an X button, can be dragged anywhere on screen, docks when placed near an edge or center, and can be resized
Windows that need this include a 'Token Library' or something similar, which shows all tokens on the map so that you can select them and pan the map to them (helps if you get lost or lose your token), 'Token Editor' or properties where you can set string k,v pairs on a token that are saved serverside for reference, 'Action Editor' for the Tokens where you can create Actions (which are right-click menu items on a Token that are user-defined based on the system), 'Animation Editor' for the Token where you can draw pixel animations by frame and attach them to an Action or just leave them freehanging (should save serverside), etc