Feature Request

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)

<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]
You can already do that Very Happy

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.php?t=347&highlight=texture

Regards, Bill.
Bill Barrett wrote:
You can already do that Very Happy

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.php?t=347&highlight=texture

Regards, Bill.

Gah, I fail at search-fu!
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.

_________________
코끼리가 다람쥐를 먹게 하지 마십시오
Redcap wrote:
Loadable Assets.


Yes. It will be possible to load assets from different game boxes into a game.

_________________
Jerome, ZunTzu developer.