fix(game.gd): if using an item cancel action on click on bg, fixes #116
This commit is contained in:
@@ -12,16 +12,15 @@ process_mode = 1
|
||||
script = ExtResource("1")
|
||||
global_id = "turno_cocina_frontal"
|
||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_frontal.esc"
|
||||
combine_when_selected_action_is_in = PackedStringArray("action4")
|
||||
inventory_texture = ExtResource("2")
|
||||
dialog_color = Color(1, 1, 1, 1)
|
||||
inventory_texture_hovered = ExtResource("2")
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action3": "tooltip_frontal_action3",
|
||||
"action4": "tooltip_frontal_action4"
|
||||
}
|
||||
}
|
||||
combine_when_selected_action_is_in = ["action4"]
|
||||
animations = null
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(-2, 0)
|
||||
|
||||
Reference in New Issue
Block a user