58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://gvx2ukt1why"]
|
|
|
|
[ext_resource type="Script" uid="uid://dorxwjjqlr2fx" path="res://scripts/option_popup.gd" id="1_88e14"]
|
|
[ext_resource type="Texture2D" uid="uid://dsfxgajg3jodv" path="res://assets/stars/s3.png" id="2_orwg4"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_88e14"]
|
|
bg_color = Color(0.046670742, 0.07739959, 0.26242417, 0.92156863)
|
|
draw_center = false
|
|
corner_radius_top_left = 12
|
|
corner_radius_top_right = 12
|
|
corner_radius_bottom_right = 12
|
|
corner_radius_bottom_left = 12
|
|
|
|
[node name="OptionsPopup" type="PopupPanel"]
|
|
transparent_bg = false
|
|
oversampling_override = 1.0
|
|
title = "Opcje"
|
|
size = Vector2i(400, 300)
|
|
visible = true
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_88e14")
|
|
script = ExtResource("1_88e14")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
position = Vector2(197.99998, 153.49998)
|
|
scale = Vector2(2.3199997, 2.0233333)
|
|
texture = ExtResource("2_orwg4")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
offset_right = 400.0
|
|
offset_bottom = 300.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "OPCJE"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Rozdzielczość"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Resolution" type="OptionButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="CheckBox" type="CheckBox" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Pełny ekran"
|
|
|
|
[node name="Apply" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Zastosuj
|
|
"
|
|
|
|
[node name="Exit" type="Button" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Zamknij"
|