Fix inventory margin and hide dragged item

master
Marc Gilleron 2020-08-17 20:24:46 +01:00
parent 0ce7362387
commit a2500d9629
1 changed files with 1 additions and 4 deletions

View File

@ -9,10 +9,6 @@
[node name="Inventory" type="ColorRect"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 4.0
margin_right = 4.0
margin_bottom = 4.0
color = Color( 0, 0, 0, 0.25098 )
script = ExtResource( 1 )
__meta__ = {
@ -334,6 +330,7 @@ margin_right = 608.0
margin_bottom = 64.0
[node name="DraggedItem" type="Control" parent="."]
visible = false
margin_left = 51.0
margin_top = 47.0
margin_right = 107.0