mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo - storage finished2.0
This commit is contained in:
@@ -5,5 +5,5 @@ class_name Bin
|
||||
@onready var train = get_parent() as Train
|
||||
|
||||
#------------Methods-------------#
|
||||
func interact():
|
||||
func interact(player):
|
||||
train.get_node("CharacterBody3D").inventory = 0
|
||||
|
||||
Reference in New Issue
Block a user