deleted inventory button
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 279 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB |
@@ -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/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://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://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/grey.png" type="Texture" id=4]
|
||||||
[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]
|
|
||||||
|
|
||||||
[node name="inventory_ui" type="Control"]
|
[node name="inventory_ui" type="Control"]
|
||||||
visible = false
|
visible = false
|
||||||
@@ -27,26 +25,6 @@ inventory_ui_container = NodePath("FloatingInventory/panel/MarginContainer/Scrol
|
|||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 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="FloatingInventory" type="CanvasLayer" parent="."]
|
||||||
|
|
||||||
[node name="grey" type="TextureRect" parent="FloatingInventory"]
|
[node name="grey" type="TextureRect" parent="FloatingInventory"]
|
||||||
@@ -56,7 +34,7 @@ margin_top = 577.0
|
|||||||
mouse_filter = 2
|
mouse_filter = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
texture = ExtResource( 11 )
|
texture = ExtResource( 4 )
|
||||||
stretch_mode = 1
|
stretch_mode = 1
|
||||||
|
|
||||||
[node name="panel" type="TextureRect" parent="FloatingInventory"]
|
[node name="panel" type="TextureRect" parent="FloatingInventory"]
|
||||||
@@ -102,5 +80,3 @@ custom_constants/separation = 20
|
|||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="InventoryTween" type="Tween" parent="FloatingInventory"]
|
[node name="InventoryTween" type="Tween" parent="FloatingInventory"]
|
||||||
|
|
||||||
[connection signal="pressed" from="HBoxContainer/inventory_button" to="." method="_on_inventory_button_pressed"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user