mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bc5caslt2tiuk"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_ceeuk"]
|
|
|
|
[node name="Wallpaper" type="Node3D"]
|
|
script = ExtResource("1_ceeuk")
|
|
|
|
[node name="ScreenPlayGodotWallpaper" type="ScreenPlayGodotWallpaper" parent="."]
|
|
|
|
[node name="PingAliveTimer" type="Timer" parent="."]
|
|
wait_time = 0.5
|
|
|
|
[node name="CheckMessagesTimer" type="Timer" parent="."]
|
|
wait_time = 0.5
|