This shows you the differences between two versions of the page.
pjv:laboratoare:2020:04 [2020/12/09 17:02] alexandru.gradinaru |
pjv:laboratoare:2020:04 [2020/12/09 17:05] (current) alexandru.gradinaru |
||
---|---|---|---|
Line 226: | Line 226: | ||
if(Inventory.instance.Add(item)) Destroy(gameObject); | if(Inventory.instance.Add(item)) Destroy(gameObject); | ||
</code> | </code> | ||
+ | |||
+ | Similar se poate face si gestiunea altor interfet: de quest pentru player, de echipament / arma, skilltree etc. | ||
=== NPC === | === NPC === | ||
Line 440: | Line 442: | ||
</code> | </code> | ||
- | |||
- | Gestiunea interfetei de quest pentru player, se poate face similar cu cea de inventar. | ||
- | |||
- | Gestiunea interfetei de echipament / arma pentru player, se poate face similar cu cea de inventar. | ||