-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Add Custom Flag ‐ Command Creator
Adding a User Interface to assist with creating a new command would help advanced users a lot with actually using this new feature. This would involve creating a GUI that follows this general hierarchy:
Command affects all Fighters or a Specific Fighter > Attributes or Subactions > Show all available tags, common to all fighters
Then after selecting tags, handle the possible properties and their associated parameters
If attribute or animation, all you need is the parameters.
If hitbox or throw, what's the property we're changing? damage, angle, growth, etc...
Then handle parameters, are we setting it to a fixed value, randomizing within a fixed range, or a percentage range?
Lastly handle special instructions. That's everything that is found within the [] in a command.
Then when the user is finished, add the command to the new Flag's list of all commands.