feat: win-lose-tie at game end
This commit is contained in:
parent
41a72709df
commit
abd2feaab8
4 changed files with 37 additions and 0 deletions
|
|
@ -338,6 +338,26 @@ theme = ExtResource("19_3iovu")
|
|||
theme_override_font_sizes/font_size = 24
|
||||
text = "Support (2)"
|
||||
|
||||
[node name="Win-Lose-Tie" type="Label" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -365.0
|
||||
offset_top = -215.0
|
||||
offset_right = 365.0
|
||||
offset_bottom = 215.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("19_3iovu")
|
||||
theme_override_font_sizes/font_size = 52
|
||||
text = "YOU WON!"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[connection signal="play_card" from="Own" to="." method="_on_own_play_card"]
|
||||
[connection signal="rps_move" from="Own" to="." method="_on_own_rps_move"]
|
||||
[connection signal="button_down" from="Own/HBoxContainer/KertasButton" to="Own" method="_on_kertas_button_button_down"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue