Page 1 of 1

Feature Request

Posted: 12 Mar 2010, 19:29
by Quest
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]

Posted: 12 Mar 2010, 20:38
by Bill Barrett
You can already do that :D

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.p ... ht=texture

Regards, Bill.

Posted: 12 Mar 2010, 21:06
by Quest
Bill Barrett wrote:You can already do that :D

Take a look at this post:

http://www.zuntzu.com/forum/viewtopic.p ... ht=texture

Regards, Bill.
Gah, I fail at search-fu!

Posted: 22 May 2010, 00:07
by Redcap
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.

Posted: 24 May 2010, 15:48
by Jerome
Redcap wrote:Loadable Assets.
Yes. It will be possible to load assets from different game boxes into a game.