[gd_scene load_steps=4 format=2] [ext_resource path="res://assets/Titillium-Regular.otf" type="DynamicFontData" id=1] [ext_resource path="res://Pause_Popup.gd" type="Script" id=2] [sub_resource type="DynamicFont" id=1] size = 32 use_filter = true font_data = ExtResource( 1 ) [node name="Pause_Popup" type="WindowDialog"] pause_mode = 2 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -140.0 margin_top = -115.0 margin_right = 140.0 margin_bottom = 115.0 rect_min_size = Vector2( 280, 230 ) custom_fonts/title_font = SubResource( 1 ) window_title = "Game paused" script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="Button_resume" type="Button" parent="."] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -128.0 margin_top = -134.0 margin_right = 132.0 margin_bottom = -74.0 custom_fonts/font = SubResource( 1 ) text = "Resume" __meta__ = { "_edit_use_anchors_": false } [node name="Button_quit" type="Button" parent="."] anchor_left = 0.5 anchor_top = 1.0 anchor_right = 0.5 anchor_bottom = 1.0 margin_left = -130.0 margin_top = -69.0 margin_right = 130.0 margin_bottom = -9.0 custom_fonts/font = SubResource( 1 ) text = "Quit to title" [node name="Label" type="Label" parent="."] anchor_left = 0.5 anchor_right = 0.5 margin_left = -140.0 margin_right = 140.0 margin_bottom = 80.0 custom_fonts/font = SubResource( 1 ) custom_colors/font_color = Color( 0.767365, 0.753906, 1, 1 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_offset_x = 2 custom_constants/shadow_offset_y = 2 text = "GAME PAUSED" align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false }