feature complete prototype almost done!
This commit is contained in:
parent
93cc1a8c59
commit
af8662fd6a
21 changed files with 327 additions and 41 deletions
|
|
@ -17,7 +17,7 @@ func _ready() -> void:
|
|||
slot.type = type
|
||||
if type == "Inventory":
|
||||
MouseTweaks.player_inventory = self
|
||||
else:
|
||||
elif type != "Install":
|
||||
MouseTweaks.other_inventory = self
|
||||
pass # Replace with function body.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue