Terasology / LightAndShadow

Light & Shadow is an experimental game type set in a quirky Alice in Wonderland inspired setting
Apache License 2.0
8 stars 22 forks source link

Move Items from Starting Inventory to In-Game Shop #248

Open jdrueckert opened 2 years ago

jdrueckert commented 2 years ago

In his GSoC 2021 project, @ahv15 extracted the in-game shop from GooeyDefence into Economy from where it's consumed by GooeyDefence and LightAndShadow.

Due to lack of time, actually adding items to the shop was not finished. https://github.com/Terasology/LightAndShadowResources/pull/72 introduces how items can be added to the shop. In addition to adding them to the shop, they will need to be removed from the player's starting inventory where applicable.