Skip to content

Commit

Permalink
Merge pull request #4 from RayDeeUx/main
Browse files Browse the repository at this point in the history
Remove LCreatorGoal + Emote count compensation
  • Loading branch information
TheSillyDoggo authored Mar 31, 2024
2 parents 378a491 + c9913cf commit 9692f73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
bindings: 'TheSillyDoggo/bindings'
# bindings: 'RayDeeUx/bindings'
combine: true
sdk: nightly
# sdk: nightly
target: ${{ matrix.config.target }}

package:
Expand Down
Binary file added emojis/other/finger.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 emojis/other/potbor.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 removed emojis/other/xcreatorgoal.png
Binary file not shown.
3 changes: 2 additions & 1 deletion src/CCLabelBMFontExt.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ std::vector<std::pair<std::string, std::string>> emojis = {
_Emoji("shocked"),
_Emoji("poppinbottles"),
_Emoji("party"),
_Emoji("potbor"),
_Emoji("dabmeup"),
_Emoji("fireinthehole"),
_Emoji("xcreatorgoal"),
_Emoji("finger"),
_Emoji("soggy"),
_Emoji("mayo"),
_Emoji("divine"),
Expand Down

0 comments on commit 9692f73

Please sign in to comment.