mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Removed unused assets
- Removed some unsued assets from the original second version - Added window control from Project 64 and made it more customizable - Added a Coming Soon and About window - Redid the interface and removed the Sixam logo, for now
This commit is contained in:
parent
15c32ec7c9
commit
e5db016ba1
18 changed files with 287 additions and 221 deletions
|
@ -1,7 +1,6 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://src/Interface.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/sixam.png" type="Texture" id=2]
|
||||
|
||||
[node name="Interface" type="Control"]
|
||||
|
||||
|
@ -9,8 +8,9 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = -7.0
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
margin_bottom = 33.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 0
|
||||
|
@ -25,54 +25,26 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 14.0
|
||||
margin_top = 7.0
|
||||
margin_right = 172.0
|
||||
margin_bottom = 182.0
|
||||
margin_right = 799.0
|
||||
margin_bottom = 35.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
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
|
||||
[node name="SixamBtn" type="TextureButton" parent="ReferenceRect" index="0"]
|
||||
[node name="HozContainer" type="HBoxContainer" parent="ReferenceRect" index="0"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 40.0
|
||||
margin_right = 440.0
|
||||
margin_bottom = 400.0
|
||||
rect_scale = Vector2( 0.18, 0.18 )
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
focus_mode = 2
|
||||
mouse_filter = 0
|
||||
mouse_default_cursor_shape = 0
|
||||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
toggle_mode = false
|
||||
enabled_focus_mode = 2
|
||||
shortcut = null
|
||||
group = null
|
||||
texture_normal = ExtResource( 2 )
|
||||
_sections_unfolded = [ "Rect", "Textures" ]
|
||||
|
||||
[node name="HozContainer" type="VBoxContainer" parent="ReferenceRect" index="1"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_left = 12.0
|
||||
margin_top = 79.0
|
||||
margin_right = 147.0
|
||||
margin_bottom = 173.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 4.0
|
||||
margin_top = 3.0
|
||||
margin_right = -3.0
|
||||
margin_bottom = -3.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
mouse_filter = 1
|
||||
|
@ -80,7 +52,6 @@ mouse_default_cursor_shape = 0
|
|||
size_flags_horizontal = 1
|
||||
size_flags_vertical = 1
|
||||
alignment = 0
|
||||
_sections_unfolded = [ "Rect" ]
|
||||
|
||||
[node name="AboutBtn" type="Button" parent="ReferenceRect/HozContainer" index="0"]
|
||||
|
||||
|
@ -88,8 +59,8 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_right = 135.0
|
||||
margin_bottom = 20.0
|
||||
margin_right = 50.0
|
||||
margin_bottom = 22.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
focus_mode = 2
|
||||
|
@ -111,9 +82,9 @@ anchor_left = 0.0
|
|||
anchor_top = 0.0
|
||||
anchor_right = 0.0
|
||||
anchor_bottom = 0.0
|
||||
margin_top = 24.0
|
||||
margin_right = 135.0
|
||||
margin_bottom = 44.0
|
||||
margin_left = 54.0
|
||||
margin_right = 137.0
|
||||
margin_bottom = 22.0
|
||||
rect_pivot_offset = Vector2( 0, 0 )
|
||||
rect_clip_content = false
|
||||
focus_mode = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue