Just thiknking about how to put it all together.

This commit is contained in:
2021-07-29 10:01:58 -07:00
parent 15be964106
commit 36ceed7550
14 changed files with 233 additions and 23 deletions

10
IDEA.md
View File

@@ -1,2 +1,8 @@
- Adjust timeline script to have the timeline and the timeline actions disconnected
- Make the method take in the array of actions and length so that the funtion can be provided any actions needed
- Start building the final actions that we will use (The poker game actions).
- These actions will simply add multiple actions at once and we can then stagger
them for the animations and what not
- Add an animation timeline to the poker game instance.
- Set up some of the rendering assets, mainly the cards and we can begin to
consider things like the GUI.
- Work on the translation model
- Begin to consider how we will handle the differing character texts.