fix: Corrected variable name (#428)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-11-02 16:32:46 +01:00
committed by GitHub
parent e39483c0f5
commit d42c973369
9 changed files with 11 additions and 12 deletions

View File

@@ -65,13 +65,12 @@ tracks/0/keys = {
}
[node name="button" type="Area2D"]
pause_mode = 1
script = ExtResource( 1 )
tooltip_name = "Button"
default_action = "use"
dialog_color = Color( 1, 1, 1, 1 )
interact_positions = {
"default": Vector2( 0, 0 )
}
animations = null
[node name="lines" type="Line2D" parent="."]
position = Vector2( 0, -266.591 )

View File

@@ -14,7 +14,7 @@ esc_script = "res://game/items/inventory/empty_sheet.esc"
tooltip_name = "Empty sheet"
default_action = "look"
default_action_inventory = "look"
combine_if_action_used_among = PoolStringArray( "use", "give" )
combine_when_selected_action_is_in = PoolStringArray( "use", "give" )
use_from_inventory_only = true
inventory_texture = ExtResource( 3 )
dialog_color = Color( 1, 1, 1, 1 )

View File

@@ -11,7 +11,7 @@ script = ExtResource( 1 )
global_id = "r5_filled_sheet"
esc_script = "res://game/items/inventory/filled_sheet.esc"
tooltip_name = "Filled sheet"
combine_if_action_used_among = PoolStringArray( "use", "give" )
combine_when_selected_action_is_in = PoolStringArray( "use", "give" )
combine_is_one_way = true
use_from_inventory_only = true
inventory_texture = ExtResource( 3 )

View File

@@ -14,7 +14,7 @@ esc_script = "res://game/items/inventory/pen.esc"
tooltip_name = "Pen"
default_action = "look"
default_action_inventory = "look"
combine_if_action_used_among = PoolStringArray( "use", "give" )
combine_when_selected_action_is_in = PoolStringArray( "use", "give" )
use_from_inventory_only = true
inventory_texture = ExtResource( 1 )
dialog_color = Color( 1, 1, 1, 1 )

View File

@@ -14,7 +14,7 @@ esc_script = "res://game/items/inventory/wrench.esc"
tooltip_name = "Wrench"
default_action = "look"
default_action_inventory = "look"
combine_if_action_used_among = PoolStringArray( "use" )
combine_when_selected_action_is_in = PoolStringArray( "use" )
use_from_inventory_only = true
inventory_texture = ExtResource( 3 )
dialog_color = Color( 1, 1, 1, 1 )

View File

@@ -15,7 +15,7 @@ esc_script = "res://game/items/inventory/bottle.esc"
tooltip_name = "Bottle"
default_action = "pickup"
default_action_inventory = "look"
combine_if_action_used_among = PoolStringArray( "use" )
combine_when_selected_action_is_in = PoolStringArray( "use" )
use_from_inventory_only = true
inventory_texture = ExtResource( 1 )
dialog_color = Color( 1, 1, 1, 1 )