Merge branch 'main' of https://github.com/MarcEricMartel/GameJam-Vanier
This commit is contained in:
commit
514c7081ea
@ -19,11 +19,13 @@ offset_bottom = 1146.0
|
|||||||
color = Color(0, 0, 0, 1)
|
color = Color(0, 0, 0, 1)
|
||||||
|
|
||||||
[node name="WinScreen" type="Sprite2D" parent="."]
|
[node name="WinScreen" type="Sprite2D" parent="."]
|
||||||
position = Vector2(923, 542)
|
position = Vector2(510, 278)
|
||||||
scale = Vector2(7, 7)
|
scale = Vector2(4, 4)
|
||||||
texture = ExtResource("2_b03md")
|
texture = ExtResource("2_b03md")
|
||||||
|
|
||||||
[node name="Timer" type="Timer" parent="."]
|
[node name="Timer" type="Timer" parent="."]
|
||||||
wait_time = 5.0
|
wait_time = 5.0
|
||||||
|
one_shot = true
|
||||||
|
autostart = true
|
||||||
|
|
||||||
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user