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
13
windows/About.tscn
Normal file
13
windows/About.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="ComingSoon" type="Node" index="0"]
|
||||
|
||||
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
toolbar_title = "About"
|
||||
content_text = "Zack's Dress Up is a port and remake of ZC's Dress Up. Both created by Anthony Wilcox."
|
||||
panel_height = 50
|
||||
|
||||
|
13
windows/ComingSoon.tscn
Normal file
13
windows/ComingSoon.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="ComingSoon" type="Node"]
|
||||
|
||||
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
toolbar_title = "Coming Soon"
|
||||
content_text = "This feature has not been implemented yet."
|
||||
panel_height = 30
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue