整理了一下文件位置
This commit is contained in:
16
components/ToastShow.tscn
Normal file
16
components/ToastShow.tscn
Normal 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 = "提示弹窗"
|
||||
Reference in New Issue
Block a user