Closed bjsi closed 1 year ago
If a user adds the center powerup, maybe you should remove the right powerup?
center
right
Similarly, if a user adds the right powerup, maybe you should remove the center powerup?
You can use this code:
rem.removePowerup(...)
And you might need to update permissions to ReadCreateModifyDelete in the manifest.json file.
ReadCreateModifyDelete
That's a good point! I didn't thought about the after tag mixing situation UX workflow! Please wait ;)
If a user adds the
center
powerup, maybe you should remove theright
powerup?Similarly, if a user adds the
right
powerup, maybe you should remove thecenter
powerup?You can use this code:
And you might need to update permissions to
ReadCreateModifyDelete
in the manifest.json file.