Skip to content

Commit

Permalink
refs #373: Improve property value assignation based on review suggest…
Browse files Browse the repository at this point in the history
…ion.

Co-authored-by: Paolo Pustorino <[email protected]>
  • Loading branch information
mapedorr and stickgrinder authored Feb 4, 2025
1 parent 3c4cd64 commit a1c6afc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ func _ready():

# Check if there are already items in the inventory (set manually in the scene)
for ii in box.get_children():
if ii is PopochiuInventoryItem:
ii.in_inventory = true
ii.in_inventory = ii is PopochiuInventoryItem
#ii.selected.connect(_change_cursor)

set_process_input(not always_visible)
Expand Down

0 comments on commit a1c6afc

Please sign in to comment.