mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-18 21:04:43 -05:00
New underwear and varies internal tweaks
- New item for both modes: fundosi. This will be last new item in Classic mode due to the limitions in how it was designed. - Certain assets for Classic mode have moved to the /classic directory. - New accessories layor in Modern mode. The camera item to return. However, I had to get rid of the Clear [all] button. - WinDialogs and GameKit are now autoloaded. - StartScn was renamed to TitleScn. - The boot splash (formally the game splash) is now transparent in order to let the game engine provide the background color.
This commit is contained in:
parent
67dac38ded
commit
248d8b2eb9
28 changed files with 371 additions and 135 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource path="res://src/WinDialogs.gd" type="Script" id=1]
|
||||
[ext_resource path="res://music/song.ogg" type="AudioStream" id=2]
|
||||
|
||||
[node name="WinDialogs" type="Node" index="0"]
|
||||
[node name="WinDialogs" type="Node"]
|
||||
|
||||
script = ExtResource( 1 )
|
||||
|
||||
|
|
@ -151,7 +151,6 @@ align = 1
|
|||
|
||||
[node name="CreditsWin" type="AcceptDialog" parent="." index="2"]
|
||||
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
|
@ -200,6 +199,7 @@ Augmentality
|
|||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
Raier
|
||||
|
||||
[img]assets/sixam_logo_200px.png[/img]
|
||||
SixAM is a brand by Anthony Wilcox.
|
||||
|
|
@ -217,6 +217,7 @@ Augmentality
|
|||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
Raier
|
||||
|
||||
|
||||
SixAM is a brand by Anthony Wilcox.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue