mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
- 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
25 lines
597 B
Text
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"]
|
|
|
|
|