I hate my code, but buy/sell is done

This commit is contained in:
2ndbeam 2024-05-23 12:08:25 +03:00
commit 1ea6c2d296
18 changed files with 208 additions and 64 deletions

View file

@ -0,0 +1,7 @@
extends MenuAction
@onready var menu = get_parent()
func action():
menu.buy_sell_selected_item = id - 1 + menu.buy_sell_tab * 6
get_parent().transit_menu(id)