diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 13:03:35 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 13:03:35 +0200 |
commit | f48908a84490657bc03f4b41d0fc977c1381d0b9 (patch) | |
tree | 77a515649d9428fc0cb3c34dd9918317783f32f4 /godot/scenes/Game.tscn | |
parent | 18ab11eeb4464626fe27cbc8296967be0f5de993 (diff) | |
download | 2022-f48908a84490657bc03f4b41d0fc977c1381d0b9.tar.gz 2022-f48908a84490657bc03f4b41d0fc977c1381d0b9.tar.bz2 2022-f48908a84490657bc03f4b41d0fc977c1381d0b9.zip |
player evaluation at the end
Diffstat (limited to '')
-rw-r--r-- | godot/scenes/Game.tscn | 16 |
1 files changed, 16 insertions, 0 deletions
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 |