midori-school/levels/ui/vmboot.tscn

17 lines
417 B
Text
Raw Normal View History

2024-11-04 00:29:58 +01:00
[gd_scene load_steps=2 format=2]
2024-03-13 02:32:04 +01:00
2024-11-04 00:29:58 +01:00
[ext_resource path="res://levels/ui/vmboot.gd" type="Script" id=1]
2024-03-13 02:32:04 +01:00
[node name="Vmboot" type="Node2D"]
2024-11-04 00:29:58 +01:00
script = ExtResource( 1 )
2024-03-13 02:32:04 +01:00
[node name="Timer" type="Timer" parent="."]
wait_time = 3.0
autostart = true
[node name="TextureRect" type="TextureRect" parent="."]
2024-11-04 00:29:58 +01:00
margin_right = 40.0
margin_bottom = 40.0
2024-03-13 02:32:04 +01:00
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]