Skip to content

Commit

Permalink
Added some basic cube tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
elmodor committed Nov 29, 2022
1 parent a74b9c0 commit faf0bd4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
Binary file added assets/TabletopClub/tokens/cube/White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions assets/TabletopClub/tokens/cube/config.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[*]

author = "elmodor"
license= "CC0"

mass = 0.1

scale = Vector3(1.5, 0.2, 1.5)

main_menu = false

[White.png]
desc = "A white token."

[Red]
parent = "White"
desc = "A red token."
color = "#ff3838"

[Orange]
parent = "White"
desc = "An orange token."
color = "#ff9300"

[Yellow]
parent = "White"
desc = "A yellow token."
color = "#f0f125"

[Green]
parent = "White"
desc = "A green token."
color = "#1bf81a"

[Cyan]
parent = "White"
desc = "A cyan token."
color = "#27f8eb"

[Blue]
parent = "White"
desc = "A blue token."
color = "#3e38ff"

[Purple]
parent = "White"
desc = "A purple token."
color = "#8a5bff"

[Pink]
parent = "White"
desc = "A pink token."
color = "#eb56f3"

[Brown]
parent = "White"
desc = "A brown token."
color = "#a66200"

0 comments on commit faf0bd4

Please sign in to comment.