player: remove ui_backpack keybind
This commit is contained in:
parent
51da541c30
commit
2067317a09
2 changed files with 0 additions and 12 deletions
|
|
@ -148,13 +148,6 @@ func _physics_process(delta):
|
|||
die()
|
||||
|
||||
# UI and backpack keys
|
||||
if Input.is_action_pressed("ui_backpack"):
|
||||
var mesg = "Equipped: " + $Pivot/Container/Gear.gear_name() + "\nBackpack: "
|
||||
for node in $Backpack.get_children():
|
||||
if not node is Gear:
|
||||
continue
|
||||
mesg += node.name + "." + node.gear_name() + " "
|
||||
message(mesg)
|
||||
if Input.is_action_just_pressed("backpack_1"):
|
||||
use_backpack_slot("1")
|
||||
if Input.is_action_just_pressed("backpack_2"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue