Skip to content

Commit

Permalink
add dice assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AG-Guardian committed Nov 2, 2024
1 parent 18a68ba commit 8f814d4
Show file tree
Hide file tree
Showing 7 changed files with 751 additions and 0 deletions.
Binary file added src/assets/dicebox/ammo/ammo.wasm.wasm
Binary file not shown.
731 changes: 731 additions & 0 deletions src/assets/dicebox/themes/default/default.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dicebox/themes/default/normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dicebox/themes/default/specular.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/assets/dicebox/themes/default/theme.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Default Colors",
"systemName": "default",
"author": "Frank Ali",
"version": 0.2,
"meshFile": "default.json",
"material": {
"type": "color",
"diffuseTexture": {
"light": "diffuse-light.png",
"dark": "diffuse-dark.png"
},
"diffuseLevel": 1,
"bumpTexture": "normal.png",
"bumpLevel": 0.5,
"specularTexture": "specular.jpg",
"specularPower": 1
},
"diceAvailable": ["d4","d6","d8","d10","d12","d20","d100"]
}

0 comments on commit 8f814d4

Please sign in to comment.