Fix resource IDs in owniverse_item.tscn for script and texture references
Android / android (push) Failing after 18s
Android / android (push) Failing after 18s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene format=3 uid="uid://d3xjfxwe3w16v"]
|
[gd_scene format=3 uid="uid://d3xjfxwe3w16v"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://bxxllddlgurus" path="res://ui/owniverse_item/owniverse_item.gd" id="1_e6ro1"]
|
[ext_resource type="Script" uid="uid://bxxllddlgurus" path="res://ui/owniverse_item/owniverse_item.gd" id="1_d5xam"]
|
||||||
[ext_resource type="Texture2D" uid="uid://56w57w6iu3np" path="res://ui/owniverse_item/selected.png" id="2_eurq3"]
|
[ext_resource type="Texture2D" uid="uid://56w57w6iu3np" path="res://ui/owniverse_item/selected.png" id="2_pbv1j"]
|
||||||
|
|
||||||
[node name="Button" type="Control" unique_id=667620208]
|
[node name="Button" type="Control" unique_id=667620208]
|
||||||
visible = false
|
visible = false
|
||||||
@@ -10,7 +10,7 @@ anchors_preset = 0
|
|||||||
offset_right = 216.0
|
offset_right = 216.0
|
||||||
offset_bottom = 260.0
|
offset_bottom = 260.0
|
||||||
mouse_filter = 1
|
mouse_filter = 1
|
||||||
script = ExtResource("1_e6ro1")
|
script = ExtResource("1_d5xam")
|
||||||
|
|
||||||
[node name="Selection" type="TextureRect" parent="." unique_id=674793134]
|
[node name="Selection" type="TextureRect" parent="." unique_id=674793134]
|
||||||
visible = false
|
visible = false
|
||||||
@@ -18,7 +18,7 @@ layout_mode = 0
|
|||||||
offset_right = 216.0
|
offset_right = 216.0
|
||||||
offset_bottom = 216.0
|
offset_bottom = 216.0
|
||||||
mouse_filter = 2
|
mouse_filter = 2
|
||||||
texture = ExtResource("2_eurq3")
|
texture = ExtResource("2_pbv1j")
|
||||||
|
|
||||||
[node name="TextureButton" type="TextureButton" parent="." unique_id=1377839155]
|
[node name="TextureButton" type="TextureButton" parent="." unique_id=1377839155]
|
||||||
custom_minimum_size = Vector2(216, 216)
|
custom_minimum_size = Vector2(216, 216)
|
||||||
|
|||||||
Reference in New Issue
Block a user