mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
This commit is contained in:
parent
67747196b7
commit
7216c18d57
65 changed files with 4 additions and 5 deletions
18
project/windows/About.tscn
Normal file
18
project/windows/About.tscn
Normal file
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="About" type="Node"]
|
||||
|
||||
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
toolbar_title = "KABO"
|
||||
content_text = "Zack's Dress Up is a port and remake of ZC's Dress Up. Both created by Anthony Wilcox.
|
||||
|
||||
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
Zack's Dress Up is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along with Zack's Dress Up. If not, see: https://www.gnu.org/licenses/"
|
||||
|
||||
|
13
project/windows/ComingSoon.tscn
Normal file
13
project/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 = "KSOO"
|
||||
content_text = "This feature has not been implemented yet."
|
||||
content_height = 30
|
||||
|
||||
|
24
project/windows/Credits.tscn
Normal file
24
project/windows/Credits.tscn
Normal file
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="Credits" type="Node"]
|
||||
|
||||
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
toolbar_title = "KCRE"
|
||||
content_text = "[center]Created by
|
||||
Anthony Wilcox
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
|
||||
##########################
|
||||
|
||||
[img]assets/sixam_logo_200px.png[/img]
|
||||
SixAM is a brand by Anthony Wilcox.
|
||||
[/center]"
|
||||
content_height = 217
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue