Add a child timer node

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 16:43:08 +01:00
parent d2f4e02361
commit 7890c90380
6 changed files with 41 additions and 5 deletions

5
project/main.tscn Normal file
View file

@ -0,0 +1,5 @@
[gd_scene format=3 uid="uid://cjrkxv8ix1h8s"]
[node name="Node3D" type="Node3D"]
[node name="MarshConnector" type="MarshConnector" parent="."]

View file

@ -11,6 +11,7 @@ config_version=5
[application]
config/name="Visualisation for MARSH"
run/main_scene="uid://cjrkxv8ix1h8s"
config/features=PackedStringArray("4.4", "GL Compatibility")
config/icon="res://icon.svg"