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
IconType::Cube
(0)IconType::Ship
(1)IconType::Ball
(2)IconType::Ufo
(3)IconType::Wave
(4)IconType::Robot
(5)IconType::Spider
(6)IconType::Swing
(7)IconType::Jetpack
(8)IconType::Special
(99)