This commit is contained in:
pennyrigate 2023-12-30 17:53:50 -05:00
parent aa928631a0
commit 1a70734478
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

@ -198,4 +198,13 @@ anims/blink = SubResource( 6 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 14 )
[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"]