carenalgas / popochiu

Godot plugin to make point-and-click adventure games, inspired by tools like Adventure Game Studio and PowerQuest.
https://carenalgas.github.io/popochiu/
MIT License
186 stars 19 forks source link

Added information about default inventory icon sizes #223

Closed anthonyirwin82 closed 5 months ago

anthonyirwin82 commented 5 months ago

Added the following as a note to the inventory documentation:

The default Popochiu GUI Templates have different inventory icon sizes. Images will be scaled to fit into the inventory slot. As a general rule it's better to scale a larger image down to a smaller one to avoid having unwanted artifacts in the image.

2-Click Context-Sensitive: has an inventory icon size of 16x16 pixels. Sierra: has an inventory icon size of 24x24 pixels. 9 Verb (LucasArts): has an inventory icon size of 40x24 pixels.

mapedorr commented 5 months ago

Thank you so much for the note!