fix severe lag issue when recording for more than like 20 seconds

This commit is contained in:
Persephone Bubblegum-Holidy 2025-05-24 18:58:36 -07:00
parent 8a6c19732a
commit e3b2679f95
4 changed files with 30 additions and 32 deletions

View file

@ -5,17 +5,10 @@
[node name="MovementFrameIndicator" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 2.0
offset_bottom = 32.0
script = ExtResource("1_ttcva")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -2.0
grow_horizontal = 0
grow_vertical = 2
layout_mode = 0
offset_right = 2.0
offset_bottom = 32.0
color = Color(0.0941176, 0.0941176, 0.0941176, 1)

View file

@ -5,17 +5,10 @@
[node name="MovementFrameIndicator" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 2.0
offset_bottom = 32.0
script = ExtResource("1_2om8h")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -2.0
grow_horizontal = 0
grow_vertical = 2
layout_mode = 0
offset_right = 2.0
offset_bottom = 32.0
color = Color(0, 1, 0, 1)