-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
routine editor #2439
base: main
Are you sure you want to change the base?
routine editor #2439
Conversation
What am I missing? I don't see anything different happening when I change the count? "clickRoutine": [
{
"func": "MOVE",
"from": "holder1",
"to": "hand",
"count": 1
}
] |
Properties panel. Only shows up if the widget has a |
Nice start. Lots of potential. Things I've thought about before for this kind of UI:
Just some random musings. You do what you think and what you can and you'll get feedback, and maybe even some help. |
Oops. I didn't realize I broke the icons in the tooltips.. |
…till quite janky
An easy to use way to edit routines. Only a demo so far.
Changing
count
of aMOVE
operation is implemented enough to show where this is going.I will try to continue working on this steadily. Feel free to give early feedback but obviously I already have many ideas about how to continue this.
TODO list from meeting:
collection: [ "id1", "id2" ]
) that were already used in the routineplayer clicking button
instead of${playerName}
)PR-SERVER-BOT: You can play around with it here: https://test.virtualtabletop.io/PR-2439/pr-test (or any other room on that server)