2019-12-08 01:12:34 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2019-11-13 13:45:55 +00:00
|
|
|
|
2019-12-08 01:12:34 +00:00
|
|
|
[ext_resource path="res://Themes & Styles/Main Theme.tres" type="Theme" id=1]
|
|
|
|
[ext_resource path="res://Scripts/NotificationLabel.gd" type="Script" id=2]
|
2019-11-13 13:45:55 +00:00
|
|
|
|
|
|
|
[node name="NotificationLabel" type="Label"]
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 14.0
|
2019-12-08 01:12:34 +00:00
|
|
|
theme = ExtResource( 1 )
|
2019-11-13 13:45:55 +00:00
|
|
|
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
|
|
|
text = "Undo: Notification"
|
2019-12-08 01:12:34 +00:00
|
|
|
script = ExtResource( 2 )
|
2019-11-13 13:45:55 +00:00
|
|
|
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
one_shot = true
|
|
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|