1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-15 19:54:43 -05:00

There should now be a bootsplash again

This commit is contained in:
Anthony Wilcox 2019-01-03 10:27:31 -05:00
parent 5fee8f788a
commit 5993cb3123
3 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@
[ext_resource path="res://src/Interface.gd" type="Script" id=1]
[ext_resource path="res://music/piano.ogg" type="AudioStream" id=2]
[node name="Interface" type="Control" index="0"]
[node name="Interface" type="Control"]
anchor_left = 0.0
anchor_top = 0.0
@ -38,13 +38,14 @@ anchor_bottom = 0.0
margin_top = 7.0
margin_right = 800.0
margin_bottom = 31.0
rect_min_size = Vector2( 800, 0 )
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
_sections_unfolded = [ "Anchor", "Margin", "Rect" ]
_sections_unfolded = [ "Anchor", "Grow Direction", "Margin", "Rect" ]
[node name="GPanel" type="Panel" parent="RefRect" index="0"]