10 lines
245 B
Text
10 lines
245 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://game/Notification.gd" type="Script" id=1]
|
|
|
|
[node name="Notification" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 8.0
|
|
one_shot = true
|