Multiple dice textures in one dice hand

Discuss game box design and sharing.

Moderators: Ichibrothers, Cambronne

Post Reply
Heath
101
Posts: 56
Joined: 24 Jul 2010, 19:40
Location: USA

Multiple dice textures in one dice hand

Post by Heath »

Is there a way to throw two dice at the same time that are made from two different custom textures? The only way I can see to do it will require two seperate throws.
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

I'm pretty sure you can only have one style of dice in each hand.
User avatar
Jerome
Site Admin
Posts: 974
Joined: 22 Jun 2006, 21:31
Location: France
Contact:

Post by Jerome »

All the dice must have the same number of sides (all D6's for instance) but you can mix dice with different colours or textures into a single hand.

Code: Select all

<dice-hand type="D6">
	<dice color="0000a0" pips="ffffff" />
	<dice color="a00000" pips="ffffff" />
	<dice texture-file="dicetexture1.png" />
	<dice texture-file="dicetexture2.png" />
</dice-hand>
See this post for more info on custom dice.
Jerome, ZunTzu developer.
User avatar
Bill Barrett
231
Posts: 351
Joined: 25 May 2008, 13:25

Post by Bill Barrett »

Ah apologies - dice handling is obviously not my strong point :wink:
Post Reply