70 lines
2.3 KiB
Plaintext
70 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cr2xovtt6uo7s"]
|
|
|
|
[ext_resource type="Script" uid="uid://dbkyfe5ri2p73" path="res://addons/script_spliter/context/flying_script.gd" id="1_wfm3d"]
|
|
[ext_resource type="Texture2D" uid="uid://r6u1jtnbr4eg" path="res://addons/script_spliter/context/icons/atop.png" id="2_q3d74"]
|
|
[ext_resource type="Script" uid="uid://bo38caobn2x7a" path="res://addons/script_spliter/context/btn_callback.gd" id="3_1p1sv"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_q3d74"]
|
|
content_margin_left = 3.0
|
|
content_margin_top = 3.0
|
|
content_margin_right = 3.0
|
|
content_margin_bottom = 3.0
|
|
bg_color = Color(0.1155, 0.132, 0.1595, 1)
|
|
corner_detail = 1
|
|
anti_aliasing = false
|
|
|
|
[node name="FlyingScript" type="Window" node_paths=PackedStringArray("_container", "_always_top", "_close", "_root")]
|
|
title = "Script-Spliter: Pop Script"
|
|
initial_position = 4
|
|
size = Vector2i(805, 512)
|
|
visible = false
|
|
wrap_controls = true
|
|
script = ExtResource("1_wfm3d")
|
|
_container = NodePath("PanelContainer/VC")
|
|
_always_top = NodePath("PanelContainer/VC/HB/AlwaysTop")
|
|
_close = NodePath("PanelContainer/VC/HB/Close")
|
|
_root = NodePath("PanelContainer/VC")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_q3d74")
|
|
|
|
[node name="VC" type="VBoxContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HB" type="HBoxContainer" parent="PanelContainer/VC"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="AlwaysTop" type="Button" parent="PanelContainer/VC/HB"]
|
|
layout_mode = 2
|
|
tooltip_text = "Set always front visible the current window"
|
|
theme_override_font_sizes/font_size = 12
|
|
toggle_mode = true
|
|
text = "Always Top"
|
|
icon = ExtResource("2_q3d74")
|
|
flat = true
|
|
|
|
[node name="_move_to_center" type="Button" parent="PanelContainer/VC/HB"]
|
|
layout_mode = 2
|
|
tooltip_text = "Move the window to center"
|
|
theme_override_font_sizes/font_size = 12
|
|
toggle_mode = true
|
|
text = "Move To Center"
|
|
flat = true
|
|
script = ExtResource("3_1p1sv")
|
|
|
|
[node name="Close" type="Button" parent="PanelContainer/VC/HB"]
|
|
visible = false
|
|
custom_minimum_size = Vector2(32, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|
|
tooltip_text = "Close the window"
|
|
text = "X"
|