[gd_scene load_steps=10 format=2] [ext_resource path="res://assets-raw/BBB_Simulator_Black.otf" type="DynamicFontData" id=1] [ext_resource path="res://assets/Background.png" type="Texture" id=2] [ext_resource path="res://assets/ui_theme.tres" type="Theme" id=3] [ext_resource path="res://src/UI/QuitButton.tscn" type="PackedScene" id=4] [ext_resource path="res://src/UI/ChangeScene.tscn" type="PackedScene" id=5] [ext_resource path="res://src/UI/Title.tscn" type="PackedScene" id=6] [ext_resource path="res://src/Screens/ResultsScreen.gd" type="Script" id=7] [sub_resource type="DynamicFont" id=1] font_data = ExtResource( 1 ) [sub_resource type="Theme" id=2] default_font = SubResource( 1 ) [node name="ResultsScreen" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 3 ) script = ExtResource( 7 ) [node name="Background" type="TextureRect" parent="."] modulate = Color( 0, 0, 0, 1 ) margin_right = 40.0 margin_bottom = 40.0 theme = SubResource( 2 ) texture = ExtResource( 2 ) [node name="Title" parent="." instance=ExtResource( 6 )] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -169.0 margin_top = -168.0 margin_right = 169.0 margin_bottom = -101.0 text = "Player %s Wins!" [node name="MenuButtons" type="VBoxContainer" parent="."] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -84.0 margin_top = -36.0 margin_right = 87.0 margin_bottom = 63.0 alignment = 1 [node name="Restart" parent="MenuButtons" instance=ExtResource( 5 )] margin_right = 171.0 margin_bottom = 40.0 text = "Restart" next_scene_path = "res://src/Screens/Game.tscn" [node name="MainMenuButton" parent="MenuButtons" instance=ExtResource( 5 )] margin_top = 44.0 margin_right = 171.0 margin_bottom = 84.0 text = "Main Menu" next_scene_path = "res://src/Screens/MainMenu.tscn" [node name="QuitButton" parent="MenuButtons" instance=ExtResource( 4 )] margin_top = 88.0 margin_right = 171.0 margin_bottom = 128.0