Skip to content

Commit

Permalink
Upate config documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpm committed Aug 15, 2023
1 parent b75581e commit 5b93cf6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dlgr/griduniverse/game_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ item_defaults:
# sprite is represented by a string type and value separated by a colon.
# color:#<immature color>, #<mature color 2>
# example: "color:#808080,#858585"
# image:<server path to image>
# example: "image:/static/images/food.png"
# emoji:<emoji_desc | emoji_char>
# emojis from emojis.json, as defined on https://api.github.com/emojis
# example: "emoji:carrot"
# image:<url to image>
# example: "image:sprites/food.png"
# emoji:<emoji_char>
# example: "emoji:🥕"
sprite: "color:#8a9b0f,#7a6b54"

transition_defaults:
Expand Down

0 comments on commit 5b93cf6

Please sign in to comment.