Dev 1.0.1
* Fix du mode twitch * Fix de coquille de dialogues * Fix du blocage dans la base aqua
This commit is contained in:
@@ -92,8 +92,10 @@ func setup_twitch():
|
||||
|
||||
func update_twitch_pseudo():
|
||||
if GameInfo.settings_data.activate_twitch_integration:
|
||||
%TwitchTypeStw.visible = true
|
||||
%TwitchPseudoCount.text = tr("PSEUDO_GATHERED_%d") % len(TwitchConnection.pseudo_gathered)
|
||||
else:
|
||||
%TwitchTypeStw.visible = false
|
||||
%TwitchPseudoCount.text = "TWITCH_NOT_CONNECTED"
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,11 @@
|
||||
font = ExtResource("6_18i73")
|
||||
font_color = Color(0.06318334, 0.059500005, 0.17, 0.6431373)
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_18i73"]
|
||||
font = ExtResource("6_18i73")
|
||||
font_size = 20
|
||||
font_color = Color(1, 0.6509804, 0.09019608, 1)
|
||||
|
||||
[node name="Settings" type="MarginContainer" unique_id=1374154672]
|
||||
process_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -36,7 +41,6 @@ color = Color(0, 0, 0, 0)
|
||||
[node name="SettingsWindow" parent="." unique_id=798514856 instance=ExtResource("1_gkn1k")]
|
||||
unique_name_in_owner = true
|
||||
process_mode = 3
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(800, 0)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
@@ -289,6 +293,15 @@ unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="TwitchTypeStw" parent="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent" unique_id=1206416903 instance=ExtResource("4_rbiwc")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "TWITCH_TYPE_STW"
|
||||
label_settings = SubResource("LabelSettings_18i73")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="TwitchPseudoCount" parent="SettingsWindow/WindowContent/MarginContainer/ContentContainer/MarginContainer/SettingsContent" unique_id=1953595699 instance=ExtResource("4_rbiwc")]
|
||||
unique_name_in_owner = true
|
||||
modulate = Color(1, 1, 1, 0.5882353)
|
||||
|
||||
Reference in New Issue
Block a user