Skip to content

Commit

Permalink
Add emotes for players
Browse files Browse the repository at this point in the history
  • Loading branch information
SohKey authored Jan 2, 2023
1 parent 4297455 commit 6dcfb5b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
31 changes: 31 additions & 0 deletions assets/aresrpg/fonts/emotes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"providers": [
{
"type": "bitmap",
"file": "aresrpg:memes/emotes/ban.png",
"ascent": 9,
"height": 10,
"chars": [
"1"
]
},
{
"type": "bitmap",
"file": "aresrpg:memes/emotes/sheeeesh.png",
"ascent": 9,
"height": 20,
"chars": [
"2"
]
},
{
"type": "bitmap",
"file": "aresrpg:memes/emotes/pepe.png",
"ascent": 9,
"height": 20,
"chars": [
"3"
]
}
]
}
Binary file added assets/aresrpg/textures/emotes/ban.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 assets/aresrpg/textures/emotes/pepe.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 assets/aresrpg/textures/emotes/sheeeesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/minecraft/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"aresrpg.emotes.ban": "1",
"aresrpg.emotes.sheesh": "2",
"aresrpg.emotes.pepe": "3",
"aresrpg.mobs.abrakleur": "Abrakleur",
"aresrpg.mobs.centenary_abrakleur": "Abrakleur Centenaire",
"aresrpg.mobs.atrophy_ankre": "Ankre Atrophié",
Expand Down

0 comments on commit 6dcfb5b

Please sign in to comment.