diff --git a/README.md b/README.md index bc9fff3..a5520e3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Zack's Dress Up 1½ +# Zack's Dress Up -​Zack's Dress Up 1½​ is a basic drag and drop-based dress up game written and designed in Godot 3. It's a port of my original Flash game, ZC's Dress Up, that contains all the original assets with only minor edits. +​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. -I have high confidence that I'll be able to get around to developing a proper sequel with newer graphics and better game play mechenics sometime Q1 2019. +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. Play, download or download and donate at [Itch.io](https://antonwilc0x.itch.io/zdressup). diff --git a/project/GameScreen.tscn b/project/GameScreen.tscn index 4d6e536..ac93505 100644 --- a/project/GameScreen.tscn +++ b/project/GameScreen.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://Clothes.tscn" type="PackedScene" id=5] [ext_resource path="res://Interface.tscn" type="PackedScene" id=6] -[node name="GameScreen" type="Node"] +[node name="GameScreen" type="Node" index="0"] script = ExtResource( 1 ) diff --git a/publishing/README.md b/publishing/README.md new file mode 100644 index 0000000..2c2e34d --- /dev/null +++ b/publishing/README.md @@ -0,0 +1,7 @@ +# Publishing + +This directory contains additional publishing resources for other stores. + +## Stores + +- Chrome Web Store (grandfathered in) \ No newline at end of file diff --git a/publishing/chrome/icon_128.png b/publishing/chrome/icon_128.png new file mode 100644 index 0000000..294d96d Binary files /dev/null and b/publishing/chrome/icon_128.png differ diff --git a/publishing/chrome/icon_16.png b/publishing/chrome/icon_16.png new file mode 100644 index 0000000..5f3a90f Binary files /dev/null and b/publishing/chrome/icon_16.png differ diff --git a/publishing/chrome/icon_full.png b/publishing/chrome/icon_full.png new file mode 100644 index 0000000..896a092 Binary files /dev/null and b/publishing/chrome/icon_full.png differ diff --git a/publishing/chrome/manifest.json b/publishing/chrome/manifest.json new file mode 100644 index 0000000..5ee12e3 --- /dev/null +++ b/publishing/chrome/manifest.json @@ -0,0 +1,6 @@ +{ + "manifest_version": 2, + "default_locale": "en", + "name": "Zack's Dress Up", + "description": "Play Zack's Dress Up for Google Chrome™." +} \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index 6412ca4..0984722 100644 Binary files a/screenshot.png and b/screenshot.png differ