From f48908a84490657bc03f4b41d0fc977c1381d0b9 Mon Sep 17 00:00:00 2001 From: IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> Date: Sun, 17 Jul 2022 13:03:35 +0200 Subject: player evaluation at the end --- godot/scenes/Game.tscn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'godot/scenes/Game.tscn') diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn index 411b825..56f5c55 100644 --- a/godot/scenes/Game.tscn +++ b/godot/scenes/Game.tscn @@ -16,6 +16,22 @@ visible = false margin_right = -0.319946 margin_bottom = 0.47998 +[node name="Evaluation" type="Control" parent="."] +visible = false +anchor_right = 1.0 +anchor_bottom = 1.0 + +[node name="EvaluationLabel" type="Label" parent="Evaluation"] +anchor_left = 0.3 +anchor_top = 0.4 +anchor_right = 0.7 +anchor_bottom = 0.5 +theme = ExtResource( 3 ) +text = "Finished +" +align = 1 +valign = 1 + [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource( 6 ) autoplay = true -- cgit