GDNeko
This Geode mod brings the ancient desktop cat into Geometry Dash!
The textures of Neko have been updated. If you want its classic look, get a texture pack from the releases!
This mod is licensed under LGPL-2.1
For mod developers
If you're a mod developer, you can add Neko to your menus without making this mod a dependency!
To do this, there are two events:
geode::Dispatch("timestepyt.gdneko/create-neko").send(parentNode);: If you want the bounds to match your node/layer.
geode::Dispatch("timestepyt.gdneko/create-neko-rect").send(parentNode, rect);: The CCRect's position specifies the offset and the size specifies the size of the bounds.
Put the line in your layer/node's init method!