godot-psd-training/trainings/trainTip.tscn

27 lines
882 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://ckoxw6kgpjyhd"]
2024-05-13 15:55:11 +08:00
[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"]
2024-05-14 17:52:24 +08:00
[ext_resource type="Theme" uid="uid://64jvluk0rtac" path="res://training_tip_left.tres" id="2_3b4sf"]
2024-05-13 15:55:11 +08:00
2024-05-15 17:47:35 +08:00
[node name="TrainTip" type="Window"]
size = Vector2i(31, 74)
2024-05-15 17:47:35 +08:00
wrap_controls = true
borderless = true
always_on_top = true
transparent = true
unfocusable = true
popup_window = true
theme = ExtResource("1_hxips")
2024-05-13 15:55:11 +08:00
script = ExtResource("1_7sc2s")
[node name="PanelContainer" type="PanelContainer" parent="."]
offset_right = 40.0
offset_bottom = 40.0
2024-05-14 17:52:24 +08:00
theme = ExtResource("2_3b4sf")
2024-05-13 15:55:11 +08:00
[node name="Label" type="Label" parent="PanelContainer"]
layout_mode = 2
2024-05-16 09:55:16 +08:00
[connection signal="resized" from="PanelContainer" to="." method="_on_panel_container_resized"]