sum fixes

This commit is contained in:
2023-09-04 15:02:17 -07:00
parent 0be97870dc
commit 4d0b0196e6
12 changed files with 61 additions and 52 deletions

View File

@@ -41,3 +41,8 @@ transform = Transform3D(0.08, 0, 0, 0, 0.08, 0, 0, 0, 0.08, -0.379318, 1.02602,
centered = false
axis = 1
texture = ExtResource("2_6l2aj")
[node name="TTL" type="Timer" parent="."]
process_callback = 0
wait_time = 0.8
autostart = true

View File

@@ -29,3 +29,10 @@ transform = Transform3D(0.07, 0, 0, 0, 0.07, 0, 0, 0, 0.07, -0.244938, 1.29552,
centered = false
axis = 1
texture = ExtResource("1_nmsa0")
[node name="TTL" type="Timer" parent="."]
process_callback = 0
wait_time = 0.8
autostart = true
[connection signal="timeout" from="TTL" to="." method="OnTimeToLiveTimeout"]

View File

@@ -32,6 +32,7 @@ texture = ExtResource("2_1dg7p")
[node name="TTL" type="Timer" parent="."]
process_callback = 0
wait_time = 0.2
autostart = true
[connection signal="timeout" from="TTL" to="." method="OnTimeToLiveTimeout"]