diff --git a/README.md b/README.md index a5520e3..93dce94 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Zack's Dress Up -​Zack's Dress Up is a open source dress up game. It's a remake of my original Flash game, ZC's Dress Up, that contains all the original assets with only minor edits. That version was and remains proprietary due to the nature of Flash, unfortunately. - -The biggest change in this remake is moving from drag-and-drop to a [CAS](https://sims.fandom.com/wiki/Create_a_Sim)-like game mechanic and design. The original port has been moved to it's own branch, under the Classic moniker. I have high confidence that I'll be able to get around to developing a proper sequel with newer graphics. +​Zack's Dress Up is a open source dress up game. It's a remake of my original Flash game, ZC's Dress Up, that contains all the original assets with only minor edits. Play, download or download and donate at [Itch.io](https://antonwilc0x.itch.io/zdressup). diff --git a/project/GameScn.tscn b/project/GameScn.tscn index 6678c8c..fb33876 100644 --- a/project/GameScn.tscn +++ b/project/GameScn.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://Clothes.tscn" type="PackedScene" id=5] [ext_resource path="res://GUI.tscn" type="PackedScene" id=6] -[node name="GameScreen" type="Node"] +[node name="GameScreen" type="Node" index="0"] script = ExtResource( 1 ) diff --git a/project/WinDialogs.tscn b/project/WinDialogs.tscn index 5cad81d..b969137 100644 --- a/project/WinDialogs.tscn +++ b/project/WinDialogs.tscn @@ -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="Control" index="0"] +[node name="WinDialogs" type="Control"] anchor_left = 0.0 anchor_top = 0.0 diff --git a/screenshot.png b/screenshot.png index e37c35f..3c138de 100644 Binary files a/screenshot.png and b/screenshot.png differ