Inventory hover texture
This commit is contained in:
@@ -1,27 +1,14 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://d1ust40cvfjtw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ceym82rf2qnxu" path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dhh7ya2ab1eax" path="res://gymkhana/items/inventory/assets/turno_cocina_olla_inv_con_agua.png" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgiy5l5e3c642" path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" id="3"]
|
||||
[ext_resource type="PackedScene" path="res://gymkhana/particles/SmokeParticles.tscn" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://breq706ufjdyy" path="res://gymkhana/items/inventory/assets/turno_cocina_olla_inv_con_agua.png" id="2"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhdcferfexcgb" path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" id="3"]
|
||||
[ext_resource type="PackedScene" uid="uid://d7l30s558mvd" path="res://gymkhana/particles/SmokeParticles.tscn" id="4"]
|
||||
[ext_resource type="Script" uid="uid://con0lpnpm1118" path="res://gymkhana/items/inventory/scripts/turno_cocina_olla_llena_economica_encendida_observer.gd" id="5"]
|
||||
|
||||
[node name="turno_cocina_olla_llena" type="Area2D"]
|
||||
process_mode = 1
|
||||
script = ExtResource("1")
|
||||
global_id = "turno_cocina_olla_llena"
|
||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_llena.esc"
|
||||
interaction_direction = 3
|
||||
combine_when_selected_action_is_in = ["action4"]
|
||||
inventory_texture = ExtResource("2")
|
||||
dialog_color = Color(1, 1, 1, 1)
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_ajo": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
"turno_cocina_bol_lentejas": "tooltip_turno_cocina_olla_llena_action3_drop_in",
|
||||
@@ -30,7 +17,17 @@ action3_target_texts = {
|
||||
"turno_cocina_romero": "tooltip_turno_cocina_olla_llena_action3_drop_in"
|
||||
}
|
||||
target_when_selected_action_is_in = ["action3"]
|
||||
animations = null
|
||||
global_id = "turno_cocina_olla_llena"
|
||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_llena.esc"
|
||||
combine_when_selected_action_is_in = PackedStringArray("action4")
|
||||
inventory_texture = ExtResource("2")
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
}
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3")
|
||||
|
||||
Reference in New Issue
Block a user