[gd_scene load_steps=6 format=3 uid="uid://oxtnk076gboh"] [ext_resource type="Script" uid="uid://d1duimhkemcax" path="res://Nikita/scripts/level_popup.gd" id="1_3awpt"] [ext_resource type="Texture2D" uid="uid://otyci5h617qa" path="res://Nikita/source/playbutton.png" id="1_ay7gq"] [ext_resource type="Texture2D" uid="uid://hk701pejgl" path="res://Nikita/textures/popup.png" id="1_pk11s"] [sub_resource type="SystemFont" id="SystemFont_3awpt"] font_names = PackedStringArray("Javanese Text") font_italic = true [sub_resource type="SystemFont" id="SystemFont_qdpsg"] font_names = PackedStringArray("Gadugi") [node name="LevelPopup" type="Node2D"] script = ExtResource("1_3awpt") [node name="Name" type="Label" parent="."] offset_left = 50.0 offset_top = 6.0 offset_right = 550.0 offset_bottom = 76.0 theme_override_colors/font_color = Color(0.999721, 0.195083, 0.144753, 1) theme_override_colors/font_shadow_color = Color(0, 0, 0, 1) theme_override_fonts/font = SubResource("SystemFont_3awpt") theme_override_font_sizes/font_size = 48 text = "Place name" horizontal_alignment = 1 vertical_alignment = 1 [node name="Description" type="Label" parent="."] offset_left = 50.0 offset_top = 89.0 offset_right = 550.0 offset_bottom = 289.0 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_fonts/font = SubResource("SystemFont_qdpsg") theme_override_font_sizes/font_size = 36 text = "Objective: " autowrap_mode = 3 [node name="PlayButton" type="Button" parent="."] offset_left = 200.0 offset_top = 300.0 offset_right = 400.0 offset_bottom = 350.0 toggle_mode = true icon = ExtResource("1_ay7gq") flat = true [node name="Sprite2D" type="Sprite2D" parent="."] z_index = -1 position = Vector2(300, 200) texture = ExtResource("1_pk11s") metadata/_edit_lock_ = true [connection signal="pressed" from="PlayButton" to="." method="_on_play_button_pressed"]