commit 2a7c5f745e8d73bd16126aa4714a3b25414c4079 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:36:24 2025 +0100 Tooltips cocina delante commit 4dbdf3979ca0f9cfee281aa420755f27bee966b3 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:33:22 2025 +0100 Tooltips cocina commit 57b542420427d2fa1eb3cb74e16188ecb3838710 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:20:48 2025 +0100 tooltips cocina detras commit 6084757ad3fdb19a784153a4d8b86f8334f02e1e Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:19:08 2025 +0100 Tooltips despensa commit 504a48b5cdf191661c8edde21caa228216719952 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:14:18 2025 +0100 Invetory target tooltips commit 2d01a8244646a4a94eb1ef18af27c9141c513dbe Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:02:07 2025 +0100 More tooltips commit 6885a4e543b0e33f90e734d9ce745291e444c617 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 01:53:44 2025 +0100 Common tooltips and some others
21 lines
709 B
Plaintext
21 lines
709 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1]
|
|
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_cuchillo.png" type="Texture2D" id=2]
|
|
|
|
[node name="turno_cocina_cuchillo" type="Area2D"]
|
|
process_mode = 1
|
|
script = ExtResource( 1 )
|
|
global_id = "turno_cocina_cuchillo"
|
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_cuchillo.esc"
|
|
combine_when_selected_action_is_in = [ "action4" ]
|
|
inventory_texture = ExtResource( 2 )
|
|
dialog_color = Color( 1, 1, 1, 1 )
|
|
animations = null
|
|
custom_data = {
|
|
"tooltips": {
|
|
"action3": "tooltip_common_look",
|
|
"action4": "tooltip_common_use",
|
|
}
|
|
}
|