More Icons Documentation

This website hosts the documentation for the More Icons mod for Geometry Dash.

At this moment, it only hosts API documentation, but user documentation will be considered in the future.

Adding the API

To use the More Icons API, you must add it as a dependency in your mod.json file.

{
    "dependencies": {
        "hiimjustin000.more_icons": {
            "version": ">=v2.0.0",
            "required": true
        }
    }
}

required can be either true or false, depending on how critical the dependency is to your mod.

For non-required dependencies, make sure to add this definition before including the MoreIcons.hpp header:

#define MORE_ICONS_EVENTS
#include <hiimjustin000.more_icons/include/MoreIcons.hpp>

Supported Icon Types

Pages0