expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
407 stars 26 forks source link

make item type select button not reset AND improve item editor UI #71

Closed non-nattawut closed 10 months ago

non-nattawut commented 10 months ago

make item type select button not reset when add new property or when delete property in editor/items/custom_properties.gd

just a small change

I found that select type button in custom property section is always keep reset so I make that not reset when add new property or when delete property

***GIF

BEFORE crop improve item editor UI - before

AFTER crop property type button - after

and others are improve item editor UI

  1. do item editor can scroll
  2. do custom property can expand to bottom edge

***GIF

BEFORE improve item editor UI - before

AFTER improve item editor UI - after