This is the place to contribute to the next version of ZunTzu.
Moderators: Ichibrothers , Cambronne
Quest
Posts: 5 Joined: 14 May 2008, 14:19
Post
by Quest » 12 Mar 2010, 19:29
For v2, I would like to be able to create custom dice. That is, standard shaped dice with custom faces stored on a sheet. Each die hand should be able to use a different custom image wrapper.
Could be defined something like (quick idea, not thought out much)
Code: Select all
<dice-hand type="D6">
<dice count=3 color="0000a0" pips="ffffff" />
<dice count=4 image-file="myd6.jpg" mask-file="myd6_mask.jpg" resolution="150 dpi">
<face side=1 left="2" right="25" top="2" bottom="25" />
<face side=2 left="2" right="25" top="30" bottom="55" />
<face side=3 left="2" right="25" top="60" bottom="85" />
<face side=4 left="2" right="25" top="90" bottom="115" />
<face side=5 left="2" right="25" top="120" bottom="145" />
<face side=6 left="2" right="25" top="150" bottom="175" />
</dice>
</dice-hand>
[/code]
Quest
Posts: 5 Joined: 14 May 2008, 14:19
Post
by Quest » 12 Mar 2010, 21:06
Gah, I fail at search-fu!
Redcap
010
Posts: 56 Joined: 02 Aug 2007, 22:25
Post
by Redcap » 22 May 2010, 00:07
Loadable Assets.
If you have a set of assets created, lets say a deck of cards, you can load it as a new tab into the current gamebox.
코끼리가 다람쥐를 먹게 하지 마십시오
Jerome
Site Admin
Posts: 974 Joined: 22 Jun 2006, 21:31
Location: France
Contact:
Post
by Jerome » 24 May 2010, 15:48
Redcap wrote: Loadable Assets.
Yes. It will be possible to load assets from different game boxes into a game.
Jerome, ZunTzu developer.