This commit is contained in:
pennyrigate 2023-12-30 17:53:50 -05:00 committed by Haze Weathers
parent cdb1a9250b
commit 4933287570
2 changed files with 9 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Before After
Before After

View file

@ -197,4 +197,13 @@ anims/blink = SubResource( 6 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
volume_db = -7.866 volume_db = -7.866
[node name="Label2" type="Label" parent="."]
material = ExtResource( 4 )
margin_left = 176.0
margin_top = 117.0
margin_right = 216.0
margin_bottom = 131.0
theme = ExtResource( 3 )
text = "DEMO"
[connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"] [connection signal="finished" from="AudioStreamPlayer" to="." method="_on_AudioStreamPlayer_finished"]