fix: adjust inventory size
This commit is contained in:
@@ -22,7 +22,7 @@ inventory_ui_container = NodePath("FloatingInventory/panel/MarginContainer/Scrol
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="FloatingInventory"]
|
||||
color = Color( 0.156863, 0.0627451, 0, 1 )
|
||||
polygon = PoolVector2Array( -3, 532, 1279, 532, 1279, 752, -3, 757 )
|
||||
polygon = PoolVector2Array( -3, 578, 1279, 578, 1279, 752, -3, 757 )
|
||||
|
||||
[node name="panel" type="TextureRect" parent="FloatingInventory"]
|
||||
anchor_left = 1.0
|
||||
|
||||
Reference in New Issue
Block a user