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 suggested dependency in your mod.json file.

{
    "dependencies": {
        "hiimjustin000.more_icons": {
            "version": ">=v1.10.0",
            "importance": "suggested"
        }
    }
}

Supported Icon Types

Pages0