Skip to content

New icons and fixes.

  • Added icons for the temple baton, temple whip, and hug action. Thanks to Dangling_Deeds
  • Added an icon for the Smuggler's Pub. Thanks to aDoge.

Fixes:

  • Resized icons that should have been 30x30
  • Made it so the player doesn't hide their body with their wings when in the mirror
  • Fixed chastity belts clipping over the soft body type's belly
  • Reeled in Watchers attempting to escape from the prison spire.

Dev Note, doesn't need to be in changelog:

  • Adjusted brightnessfns so they won't darken the sprite unless there's a mask
  • Changed tficon to use the name of the tf for Fallen Angel and Harpy tfs ("fallenangel" and "bird"), because <<tficon "fallen">> and <<tficon "harpy">> were causing too many issues.
  • File structure change summary:
    • New misc subfolder: prop. Currently contains the dice and masturbation bowl images; could also be used for any other 64x64 in-passage images (what I think of as "scene props" or "event props", similar to how we have "combat props" and "handheld props), should we decide to make more in the future.
    • New UI subfolder: clothes. Includes the small_uarrow.png, warmth_indicator.png, integrity.png, reveal.png, and warmth.png images that were freeballing in the icon folder, as well as misc/icon/clothes/categories and misc/icon/clothes/traits.
    • New icon subfolder: silhouettes. Could not think of a better word for it, but those square "running man" style icons -- thought it would be good to lump them all together after a conversation with a new spriter.
    • Moved a bunch of UI icons (options, lock, coldresistance, filter, custom, delete, help, random, save, wraithactive, wraithdespair, and wraithhaunt to the UI folder) from img/misc/icon to img/ui.
    • Moved the weather icon folder from img/misc/icon to img/ui
    • Moved toast_raw.png and toast_buttered.png from img/misc to img/clothes/props/food
  • May go without saying based on the above changes, but: the icon folder should only be used specifically for what we define as icons in terms of spritework -- 30x30 images that are most often used next to links. Mixing different sizes and use cases, like UI "icons" and in-line images, muddies things up.
  • Removed unused goopy back hair sprites

Merge request reports

Loading