diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/images/frame.png b/gymkhana/addons/escoria-ui-return-monkey-island/images/frame.png deleted file mode 100755 index 2831220d..00000000 Binary files a/gymkhana/addons/escoria-ui-return-monkey-island/images/frame.png and /dev/null differ diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/images/inventory_icon.png b/gymkhana/addons/escoria-ui-return-monkey-island/images/inventory_icon.png deleted file mode 100755 index 7f8f6371..00000000 Binary files a/gymkhana/addons/escoria-ui-return-monkey-island/images/inventory_icon.png and /dev/null differ diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/inventory/inventory_ui.tscn b/gymkhana/addons/escoria-ui-return-monkey-island/inventory/inventory_ui.tscn index 5cb52df8..c75919a8 100644 --- a/gymkhana/addons/escoria-ui-return-monkey-island/inventory/inventory_ui.tscn +++ b/gymkhana/addons/escoria-ui-return-monkey-island/inventory/inventory_ui.tscn @@ -1,11 +1,9 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=5 format=2] [ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/inventory/inventory_ui.gd" type="Script" id=1] [ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/images/inventory_bg.png" type="Texture" id=2] [ext_resource path="res://addons/escoria-core/ui_library/inventory/esc_inventory_container.gd" type="Script" id=3] -[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/images/frame.png" type="Texture" id=5] -[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/images/inventory_icon.png" type="Texture" id=6] -[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/images/grey.png" type="Texture" id=11] +[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/images/grey.png" type="Texture" id=4] [node name="inventory_ui" type="Control"] visible = false @@ -27,26 +25,6 @@ inventory_ui_container = NodePath("FloatingInventory/panel/MarginContainer/Scrol anchor_right = 1.0 anchor_bottom = 1.0 -[node name="inventory_button" type="TextureButton" parent="HBoxContainer"] -margin_right = 1280.0 -margin_bottom = 796.0 -size_flags_horizontal = 3 -size_flags_vertical = 3 -texture_normal = ExtResource( 6 ) -expand = true -__meta__ = { -"_edit_use_anchors_": false -} - -[node name="frame" type="TextureRect" parent="HBoxContainer/inventory_button"] -anchor_right = 1.0 -anchor_bottom = 1.0 -size_flags_horizontal = 3 -size_flags_vertical = 3 -texture = ExtResource( 5 ) -expand = true -stretch_mode = 1 - [node name="FloatingInventory" type="CanvasLayer" parent="."] [node name="grey" type="TextureRect" parent="FloatingInventory"] @@ -56,7 +34,7 @@ margin_top = 577.0 mouse_filter = 2 size_flags_horizontal = 3 size_flags_vertical = 3 -texture = ExtResource( 11 ) +texture = ExtResource( 4 ) stretch_mode = 1 [node name="panel" type="TextureRect" parent="FloatingInventory"] @@ -102,5 +80,3 @@ custom_constants/separation = 20 script = ExtResource( 3 ) [node name="InventoryTween" type="Tween" parent="FloatingInventory"] - -[connection signal="pressed" from="HBoxContainer/inventory_button" to="." method="_on_inventory_button_pressed"]