Order phase icons correctly
This commit is contained in:
parent
802ccfa013
commit
6e20ddfd52
1 changed files with 4 additions and 4 deletions
|
@ -92,14 +92,14 @@ margin_bottom = 80.0
|
|||
rect_scale = Vector2( 1, 1 )
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="ScorePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
|
||||
[node name="TroublePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
|
||||
margin_left = 903.0
|
||||
margin_top = 0.0
|
||||
margin_right = 983.0
|
||||
margin_bottom = 80.0
|
||||
rect_scale = Vector2( 1, 1 )
|
||||
mouse_filter = 2
|
||||
phaseID = 3
|
||||
phaseID = 1
|
||||
|
||||
[node name="MainPhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
|
||||
margin_left = 987.0
|
||||
|
@ -110,14 +110,14 @@ rect_scale = Vector2( 1, 1 )
|
|||
mouse_filter = 2
|
||||
phaseID = 2
|
||||
|
||||
[node name="TroublePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
|
||||
[node name="ScorePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
|
||||
margin_left = 1071.0
|
||||
margin_top = 0.0
|
||||
margin_right = 1151.0
|
||||
margin_bottom = 80.0
|
||||
rect_scale = Vector2( 1, 1 )
|
||||
mouse_filter = 2
|
||||
phaseID = 1
|
||||
phaseID = 3
|
||||
|
||||
[node name="CardZoom" type="TextureRect" parent="."]
|
||||
visible = false
|
||||
|
|
Loading…
Reference in a new issue