-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
# TODO's | ||
|
||
- [x] Solve how to setup dices from the top level Node | ||
- [x] Propagate the 3 ways of rolling to the top level | ||
- [x] Fix: You can set face of one dice while the other still rolling | ||
- [x] Fix: Add last tween for the face to face up after rolling | ||
- [x] Example: add button for quick roll | ||
- [x] Parametrizable box material/color | ||
- [x] d4 dice shape | ||
- [ ] Abstract common d4 and d6 code | ||
- [ ] Signal for start rolling | ||
- [ ] An attribute and method to forbid or allow rolling | ||
- [ ] Stop long/infinite rollings. How? Reroll? Put stopped dices aside? | ||
- [ ] An attribute/method to forbid or allow rolling | ||
- [ ] Visual queue to show rolling is available or not | ||
- [ ] Adapt the size of the box to the number of dices | ||
- [ ] Do dices have to be 2 meters wide? | ||
- [ ] Do dices have to be 2 meters wide and weight kilos? | ||
- [ ] Improve textures for the dices | ||
- [ ] Add d6 a bevel | ||
- [ ] d4 highlight to adapt to the dice shape | ||
- [ ] Example: Dice set editor | ||
- [ ] Fix: d4 highlight to adapt to the dice shape | ||
- [ ] Example: Rolling box editor | ||
- [ ] Turn dice set editor into a in Editor field editor. | ||
- [ ] Enable other shapes of dice | ||
|
||
## Done's | ||
|
||
- [x] Solve how to setup dices from the top level Node | ||
- [x] Propagate the 3 ways of rolling to the top level | ||
- [x] Fix: You can set face of one dice while the other still rolling | ||
- [x] Fix: Add last tween for the face to face up after rolling | ||
- [x] Example: add button for quick roll | ||
- [x] Parametrizable box material/color | ||
- [x] d4 dice shape | ||
- [x] Abstract common d4 and d6 code | ||
- [x] Add d6 a bevel | ||
- [x] Example: Dice set editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters