This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld50/game/Notification.tscn

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