Fix inventory hover texture. closes #121
This commit is contained in:
@@ -11,6 +11,7 @@ global_id = "turno_cocina_olla_vacia"
|
|||||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_vacia.esc"
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_vacia.esc"
|
||||||
combine_when_selected_action_is_in = ["action4"]
|
combine_when_selected_action_is_in = ["action4"]
|
||||||
inventory_texture = ExtResource("2")
|
inventory_texture = ExtResource("2")
|
||||||
|
inventory_texture_hovered = ExtResource("2")
|
||||||
dialog_color = Color(1, 1, 1, 1)
|
dialog_color = Color(1, 1, 1, 1)
|
||||||
custom_data = {
|
custom_data = {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ global_id = "turno_cocina_peso"
|
|||||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso.esc"
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso.esc"
|
||||||
combine_when_selected_action_is_in = ["action4"]
|
combine_when_selected_action_is_in = ["action4"]
|
||||||
inventory_texture = ExtResource("3")
|
inventory_texture = ExtResource("3")
|
||||||
|
inventory_textur_hovered = ExtResource("3")
|
||||||
dialog_color = Color(1, 1, 1, 1)
|
dialog_color = Color(1, 1, 1, 1)
|
||||||
custom_data = {
|
custom_data = {
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
|
|||||||
Reference in New Issue
Block a user