Translations and fixed streamer window
This commit is contained in:
@@ -64,7 +64,7 @@ layout_mode = 2
|
||||
custom_minimum_size = Vector2(70, 0)
|
||||
layout_mode = 2
|
||||
focus_mode = 0
|
||||
text = "Play"
|
||||
text = "PLAY"
|
||||
|
||||
[node name="OptionsDropdown" type="MenuButton" parent="HSplitContainer/HBoxContainer"]
|
||||
modulate = Color(0.724643, 0.724643, 0.724643, 1)
|
||||
@@ -77,7 +77,7 @@ popup/item_0/text = "Open Directory"
|
||||
popup/item_0/id = 2
|
||||
popup/item_1/text = "Change Directory"
|
||||
popup/item_1/id = 0
|
||||
popup/item_2/text = "Delete"
|
||||
popup/item_2/text = "DELETE"
|
||||
popup/item_2/id = 1
|
||||
|
||||
[node name="FileDialog" type="FileDialog" parent="."]
|
||||
|
||||
@@ -66,6 +66,18 @@ texture = ExtResource("2_haeb5")
|
||||
expand_mode = 3
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="TextureRect2" type="TextureRect" parent="ColorRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
texture = ExtResource("3_j8vo6")
|
||||
expand_mode = 3
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="ColorRect"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
|
||||
@@ -49,7 +49,7 @@ size = Vector2i(116, 100)
|
||||
item_count = 2
|
||||
item_0/text = "DELETE"
|
||||
item_0/id = 0
|
||||
item_1/text = "open source"
|
||||
item_1/text = "OPEN SOURCE"
|
||||
item_1/id = 1
|
||||
|
||||
[node name="Node" type="Node" parent="."]
|
||||
|
||||
Reference in New Issue
Block a user