1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-16 23:20:25 +02:00

[WIP] Add item picker

WARNING: Do not revert back to the previous commits after this one!
Doing so will give away items for free (as players will be able to take
out any items that they prevously selected with the item picker)

If you want to be able to revert then maybe it'd be better to make the
existing code store a copy of the item in its own inventory first (like
mese tubes in pipeworks).

The GUI currently uses flow because I'm lazy, if more performance is
needed then I can probably convert it to a formspec.
This commit is contained in:
luk3yx
2022-11-06 12:20:15 +13:00
parent c79c4adf39
commit c370b8051a
2 changed files with 220 additions and 9 deletions

View File

@ -1,4 +1,4 @@
name = exchange_shop
description = An improved exchange shop
depends = default
depends = default, flow
optional_depends = mesecons_mvps