整理了一下文件位置

This commit is contained in:
2025-02-02 09:44:09 +08:00
parent 532c55e2a3
commit 7fdd7adc47
8 changed files with 177 additions and 167 deletions

16
components/ToastShow.tscn Normal file
View File

@@ -0,0 +1,16 @@
[gd_scene load_steps=2 format=3 uid="uid://ffw2vjwnwvew"]
[ext_resource type="Script" path="res://components/ToastShow.gd" id="1_0rpwy"]
[node name="ToastShow" type="PanelContainer"]
offset_left = 469.0
offset_top = 557.0
offset_right = 533.0
offset_bottom = 580.0
size_flags_horizontal = 6
size_flags_vertical = 4
script = ExtResource("1_0rpwy")
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "提示弹窗"