Geometry Dash (GD) , ship icons are cosmetic skins for the ship vehicle, which is used for flying segments in levels. While all ships share the same hitbox and physics, the choice of icon is a central part of a player's identity and can subtly impact "feel" and consistency. Design & Customization

Implementation Notes

  • Use the provided 16 px and 24 px PNGs for primary UI lists and compact elements; prefer SVG for scalable contexts (menus, overlays).
  • When tinting icons, apply fills to the SVG group named "Tintable" to avoid altering key contrast elements.
  • For auto-generation of variants, follow the naming convention: gd_ship__[_bitdepth].png

The Mechanics of First Impressions

Before you even tap the screen in a online level, your ship speaks.

you have selected in the Icon Kit. Some icons also feature a third "glow" color if you have the glow effect unlocked and enabled. Physics Interaction:

  • Search for "GD Texture Tool download" on GitHub or trusted GD forums.
  • This tool allows you to inject custom images into the game files without manually replacing core textures (which can break the game).

The Dragon (Ship 39): A community favourite for its bulkier, powerful look. Despite its size, many find it surprisingly easy to handle in tight corridors. Performance Factors to Consider

Fixes to try:

  • Disable "Smooth Fix" (Settings > Graphics) – This can desync input on high-refresh monitors.
  • Lower your FPS to 240 or 60 – The ship’s physics are frame-dependent; 360 FPS can cause collision skipping.
  • Check for 2.2 touch bugs – The 2.2 update introduced a rare bug where held inputs drop when particle effects spawn. Reinstall the game if you notice this.

This article breaks down everything: core mechanics, icon-specific behaviors, gravity portals, secret unlocks, and why your favorite icon might be sabotaging your runs.

Part 6: Troubleshooting – When Ships Stop Working Properly

If you feel like your ship icons are not working correctly (e.g., skipping inputs, falling through blocks), the issue is likely not the icon but the game client.