Add EuphRoom
This commit is contained in:
parent
69515c6bc1
commit
1eafc745d7
3 changed files with 101 additions and 0 deletions
10
EuphRoom/EuphRoom.tscn
Normal file
10
EuphRoom/EuphRoom.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dmuubcbriw7uu"]
|
||||
|
||||
[ext_resource type="Script" path="res://EuphRoom/EuphRoom.gd" id="1_0hbbt"]
|
||||
|
||||
[node name="EuphRoom" type="Node"]
|
||||
script = ExtResource("1_0hbbt")
|
||||
|
||||
[node name="ReconnectTimer" type="Timer" parent="."]
|
||||
wait_time = 10.0
|
||||
one_shot = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue