godot-psd-training/trainings/trainTip.tscn
2024-05-21 10:20:43 +08:00

27 lines
882 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://ckoxw6kgpjyhd"]
[ext_resource type="Script" path="res://trainings/trainTip.gd" id="1_7sc2s"]
[ext_resource type="Theme" uid="uid://bycedcl2nwwlu" path="res://ui_theme.tres" id="1_hxips"]
[ext_resource type="Theme" uid="uid://64jvluk0rtac" path="res://training_tip_left.tres" id="2_3b4sf"]
[node name="TrainTip" type="Window"]
size = Vector2i(31, 74)
wrap_controls = true
borderless = true
always_on_top = true
transparent = true
unfocusable = true
popup_window = true
theme = ExtResource("1_hxips")
script = ExtResource("1_7sc2s")
[node name="PanelContainer" type="PanelContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
theme = ExtResource("2_3b4sf")
[node name="Label" type="Label" parent="PanelContainer"]
layout_mode = 2
[connection signal="resized" from="PanelContainer" to="." method="_on_panel_container_resized"]