Now have a simple storyboard system that can display an image and move with the camera to different cells.
This commit is contained in:
parent
068eeeecd1
commit
4bda2ee01c
10 changed files with 118 additions and 40 deletions
3
Makefile
3
Makefile
|
|
@ -73,3 +73,6 @@ money:
|
|||
|
||||
arena:
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/arena
|
||||
|
||||
story:
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/storyboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue