Skip to content
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

relative vs absolute drop values #69

Open
isaacpearl opened this issue Aug 31, 2019 · 2 comments
Open

relative vs absolute drop values #69

isaacpearl opened this issue Aug 31, 2019 · 2 comments
Labels
design The solution will require a thoughtful design process feature new feature to add
Milestone

Comments

@isaacpearl
Copy link
Owner

Drops should be able to have the following operands attached to them:

  • =: send this integer as the argument directly
  • +: send the previous argument value plus this integer
  • -: send the previous argument value minus this integer
  • *: send the previous argument value multiplied by this integer
  • ÷: send the previous argument value divided by this integer
@isaacpearl isaacpearl added design The solution will require a thoughtful design process feature new feature to add labels Aug 31, 2019
@isaacpearl isaacpearl added this to the 1.0 milestone Aug 31, 2019
@isaacpearl
Copy link
Owner Author

TODO: edit this comment with examples, this is hard to understand

@isaacpearl
Copy link
Owner Author

isaacpearl commented Sep 4, 2019

to store previous values, add the data field to args objects/tables in EventLib.lua/PoolsApp.js, and set it in State.lua's nextDrop() function.

@isaacpearl isaacpearl mentioned this issue Sep 6, 2019
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design The solution will require a thoughtful design process feature new feature to add
Projects
None yet
Development

No branches or pull requests

1 participant