Ref T11244. 8 more tokens. Probably need better math on the selector?
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T11244: Identify additional tokens to add to Phabricator
- Commits
- rPd09094f4fbb2: More tokens
Award Dat Boi.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- tokens-2 (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 12918 Build 16481: Run Core Tests Build 16480: arc lint + arc unit
Event Timeline
Comment Actions
You can change the % 4 to % 6 near line 93 of TokenGiveController to produce this if you like it better:
That knocks the similar tokens (e.g., coin1-4, medal1-4) out of alignment, though.
Or you can use % 5 or whatever but then it won't be a perfect rectangle. :( :(