53 lines
1.5 KiB
Text
53 lines
1.5 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://Graphics/tgstation/midnight.png" type="Texture" id=1]
|
|
[ext_resource path="res://Scenes/UI/Items/ItemBox.gd" type="Script" id=2]
|
|
[ext_resource path="res://Graphics/UI/selected.png" type="Texture" id=3]
|
|
[ext_resource path="res://Graphics/UI/handicons.png" type="Texture" id=4]
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 32, 32, 32, 32 )
|
|
margin = Rect2( 2, 2, 4, 4 )
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
atlas = ExtResource( 4 )
|
|
region = Rect2( 1, 0, 21, 9 )
|
|
margin = Rect2( 2, 2, 4, 4 )
|
|
|
|
[node name="ItemBox" type="TextureRect"]
|
|
self_modulate = Color( 1, 1, 1, 0.862745 )
|
|
margin_left = -1.0
|
|
margin_right = 35.0
|
|
margin_bottom = 53.0
|
|
mouse_default_cursor_shape = 2
|
|
texture = SubResource( 1 )
|
|
stretch_mode = 4
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="SelectedOverlay" type="TextureRect" parent="."]
|
|
visible = false
|
|
modulate = Color( 1, 1, 1, 0.5 )
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
texture = ExtResource( 3 )
|
|
stretch_mode = 4
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="HandIcon" type="TextureRect" parent="."]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
margin_left = -0.176781
|
|
margin_top = -5.0
|
|
margin_right = -0.176781
|
|
mouse_filter = 2
|
|
texture = SubResource( 2 )
|
|
stretch_mode = 6
|
|
[connection signal="mouse_entered" from="." to="." method="_mouse_hover" binds= [ true ]]
|
|
[connection signal="mouse_exited" from="." to="." method="_mouse_hover" binds= [ false ]]
|