Adding an Icon
Updated 5 days agoHow to add an icon
Adding an icon is simple. you just need the key. heres a list of 26 keys in the game. using null for the value results in a wrench icon.
grid- a simple grid. used on the Snapping cheat.wall-jumps- a sprite depicting jumping off the wall with an infinity symbol under it. used on the Infinite Wall Jumps cheat.navmesh- a sprite showing a dot navigating to an X. used on the Enemy Navigation cheat.no-enemies- a sprite showing a skull with an X on the top right. used on the Disable Enemy Spawns cheat.physics- a sprite showing a ball bouncing off the ground with a trail behind it. used on the Spawn With Physics cheat.no-weapon-cooldown- a sprite showing a clock with an X on the top right. used on the No Weapon Cooldown cheat.flight- a sprite showing a plane. used on the Flight cheat.noclip- a sprite showing a plane with dotted lines. used on the Noclip cheat.blind- a sprite showing an eye with an x on the top right. used on the Blind Enemies cheat.warning- a sprite showing a warning sign. used on the Keep Cheats Enabled cheat.spawner-arm- a sprite showing a hand. used on the Spawner Arm cheat.save- a sprite showing a floppy disk. used on the Quick Save cheat.load- a sprite showing a floppy disk and a folder, along with a set of buttons. used on the Manage Saves cheat.delete- a sprite showing a trash can. used on the Clear Map cheat.quick-load- a sprite showing a folder with an up arrow. used on the Quick Load cheat.teleport- a sprite showing a hollow dot with an arrow pointing out, and a solid dot with an arrow pointing in. used on the Teleport Menu cheat.infinite-wall-jumps- the sprite appears to be exactly the same towall-jumps.infinite-power-ups- a sprite showing two guns and an infinite symbol under it. Used on the Infinite Power-Ups cheat.invincible-enemies- a sprite showing a skull and an infinity symbol in the top right. Used on the Invincible Enemies cheat.light- a sprite showing a lightbulb that is turned on. Used on the Fullbright cheat.clash- a sprite showing a guy running. used on the Clash Mode cheat.death- a sprite showing a skull with another skull in the top right. used on the Kill All Enemies cheat.rotate- a sprite showing the rotate tool you would see in unity or blender. only on the PITR back. not used on any cheat.enemy-hate-enemy- a sprite showing an eye with a skull in the top right. used on the Enemies Attack Each Other cheat.enemy-ignore-player- a sprite showing an eye with a heart in the top right. used on the Enemies Ignore Player cheat.invincibility- a sprite showing an overheal orb with an infinity symbol under it. used on the Invincibility cheat.
The icon descriptions are from the default pack with the exclusion of the rotate sprite.
Worth noting that because rotate is only used on the PITR pack that you should usually not use it, as people who use the default pack might have their game crash.
for your cheat to have an icon you put something like this in your script where the icon field goes:
public string Icon => "light";
this sets the icon.