Skip to content

Commit

Permalink
reactionsđź‘€
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Aug 13, 2024
1 parent 360aa27 commit a06aadb
Show file tree
Hide file tree
Showing 15 changed files with 333 additions and 62 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add comments in mod popups.
Using GitHub Rest API with OAuth.

### Punishable by Ban:
You will be [blocked everywhere](https://github.com/settings/blocked_users) on my account for these acts:
You will be [blocked](https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account#about-blocking-users) everywhere on my account for these acts:
- **spam** (many messages, flood, very big text walls)
- ~~excessive cursing~~
- advertising
Expand Down
8 changes: 4 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Add comments in mod popups.
Using GitHub Rest API with OAuth.

### Punishable by Ban:
You will be [blocked everywhere](https://github.com/settings/blocked_users) on my account for these acts:
You will be [blocked](https://docs.github.com/en/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account#about-blocking-users) everywhere on my account for these acts:
- **spam** (many messages, flood, very big text walls)
- ~~excessive cursing~~
- advertising
- and **other** obvious **bad** shit
- *intrusive* advertising
- and other obvious **bad** shit

If you see someone doin that, [create report issue](https://github.com/user95401/Geode-Mod-Comments/issues/new/choose) by template!
If you see someone doin that, [create report issue](https://github.com/user95401/Geode-Mod-Comments/issues/new?assignees=&labels=report&projects=&template=1-REPORT_USER.yml&title=Report+User) by template!
8 changes: 7 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"id": "user95401.geode-mod-comments",
"name": "Mod Comments",
"version": "v1.0.0-alpha.2",
"version": "v1.0.0-alpha.3",
"developer": "user95401",
"description": "add comments in mod popups",
"links": {
Expand All @@ -20,6 +20,12 @@
"resources/sprites/*.png",
"resources/sprites/**/*.png"
],
"spritesheets": {
"main": [
"resources/sprites/*.png",
"resources/sprites/**/*.png"
]
},
"files": [
"resources/files/*",
"resources/files/**/*"
Expand Down
Binary file added resources/sprites/comment_edit.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 resources/sprites/comment_upload.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 resources/sprites/reacts/+1.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 resources/sprites/reacts/-1.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 resources/sprites/reacts/confused.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 resources/sprites/reacts/eyes.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 resources/sprites/reacts/heart.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 resources/sprites/reacts/hooray.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 resources/sprites/reacts/laugh.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 resources/sprites/reacts/rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/GeodeUI.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <Geode/Geode.hpp>
#include <Geode/ui/GeodeUI.hpp>
#include <Geode/ui/LoadingSpinner.hpp>
#include <Geode/utils/ColorProvider.hpp>
using namespace geode::prelude;

Expand Down
376 changes: 320 additions & 56 deletions src/main.cpp

Large diffs are not rendered by default.

0 comments on commit a06aadb

Please sign in to comment.