1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/Splash.tscn
Anthony Wilcox fbc7ad5c0f Window.tscn was renamed to MainScreen.tscn
- New Credits window and it's respective button
- Renamed panel_height to content_height
- Window content text now supports BBCode
- Made sure the content height doesn't exceed 216 pixels
- GPL license notice now included in the about window
- SixAM splash screen
2018-12-30 21:59:05 -05:00

25 lines
597 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Splash.gd" type="Script" id=1]
[ext_resource path="res://assets/sixam_splash.png" type="Texture" id=2]
[node name="Splash" type="Node" index="0"]
script = ExtResource( 1 )
[node name="Sixam" type="Sprite" parent="." index="0"]
position = Vector2( 399.784, 275.576 )
texture = ExtResource( 2 )
_sections_unfolded = [ "Offset" ]
[node name="Timer" type="Timer" parent="." index="1"]
process_mode = 1
wait_time = 2.0
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]