Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
pbellchambers committed Nov 21, 2021
1 parent f715ae5 commit 443582f
Showing 9 changed files with 88 additions and 79 deletions.
128 changes: 68 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/monsters/Rat.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
"display_details": {
"icon": "r",
"colour": "Grey",
"colour": "grey",
"visible": true,
"collidable": true
},
2 changes: 1 addition & 1 deletion assets/monsters/Snake.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
"display_details": {
"icon": "s",
"colour": "DarkGreen",
"colour": "dark_green",
"visible": true,
"collidable": true
},
2 changes: 1 addition & 1 deletion assets/monsters/Zombie.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
"display_details": {
"icon": "z",
"colour": "Grey",
"colour": "grey",
"visible": true,
"collidable": true
},
Loading

0 comments on commit 443582f

Please sign in to comment.