Adds IThrown, ILand interfaces. Adds dice. (#273)
* Dice, IThrown, ILand * Adds sounds to the dice using a sound collection. * Seed random instance better. * Missed a ")", should compile now
This commit is contained in:
committed by
Pieter-Jan Briers
parent
92668432a7
commit
d9077bde74
10
Resources/Prototypes/SoundCollections/dice.yml
Normal file
10
Resources/Prototypes/SoundCollections/dice.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- type: sound_collection
|
||||
id: dice
|
||||
files:
|
||||
- /Audio/items/dice/dice1.ogg
|
||||
- /Audio/items/dice/dice2.ogg
|
||||
- /Audio/items/dice/dice3.ogg
|
||||
- /Audio/items/dice/dice4.ogg
|
||||
- /Audio/items/dice/dice5.ogg
|
||||
- /Audio/items/dice/dice6.ogg
|
||||
- /Audio/items/dice/dice7.ogg
|
||||
Reference in New Issue
Block a user