1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-12-18 04:44: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:
Anthony Wilcox 2019-01-05 21:45:27 -05:00
parent 67dac38ded
commit 248d8b2eb9
28 changed files with 371 additions and 135 deletions

View file

@ -11,12 +11,18 @@ config_version=3
[application]
config/name="Zack's Dress Up"
run/main_scene="res://StartScn.tscn"
run/main_scene="res://TitleScn.tscn"
config/use_custom_user_dir=true
boot_splash/image="res://assets/game_splash.png"
boot_splash/image="res://boot_splash.png"
boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 )
config/icon="res://icon.png"
name_sv="Zacks klä upp"
[autoload]
GameKit="*res://src/GameKit.gd"
WinDialogs="*res://WinDialogs.tscn"
[display]
window/size/width=800