Skip to content

Commit

Permalink
add about.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jun 23, 2023
1 parent 0c46e96 commit 693b4bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Template Mod
# BetterInfo

Edit about.md to change this
The best epic modification ever made for Geometry Dash is here! BetterInfo, now available for Geode!

## Features
- Profiles for unregistered users
- Extended level info
- Way more search options
- Better progress tracking
<cy></c>
- Fix green user usernames
- Jump to page for comments
- Uncapped jump to page for levels
- View level comments for deleted levels
- IDs visible at first glance
<cy></c>
- Daily chest history
- Daily/weekly level history
2 changes: 1 addition & 1 deletion src/layers/LevelSearchViewLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LevelSearchViewLayer : public cocos2d::CCLayer, public OnlineListDelegate,
void onPrev(cocos2d::CCObject*);
void onNext(cocos2d::CCObject*);
void onFilters(cocos2d::CCObject*);
void keyDown(cocos2d::enumKeyCodes key) override;
void keyDown(cocos2d::enumKeyCodes key);

void loadListFinished(cocos2d::CCArray*, const char*);
void loadListFailed(const char*);
Expand Down

0 comments on commit 693b4bd

Please sign in to comment.