1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 14:04:48 -04:00

Rewrote README

- Rewrote README to better reflect the change in direction.
- Updated screenshot
- Added a /publishing directory that contains resources for other stores. Right now this includes the Chrome Web Store, due to a variant of the original Flash version being published there years earlier.
This commit is contained in:
Anthony Wilcox 2019-01-04 06:23:53 -05:00
parent 9ca877f9c1
commit 1d64362544
8 changed files with 17 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Zack's Dress Up
# Zack's Dress Up
Zack's Dress Up 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).

View file

@ -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 )

7
publishing/README.md Normal file
View file

@ -0,0 +1,7 @@
# Publishing
This directory contains additional publishing resources for other stores.
## Stores
- Chrome Web Store (grandfathered in)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -0,0 +1,6 @@
{
"manifest_version": 2,
"default_locale": "en",
"name": "Zack's Dress Up",
"description": "Play Zack's Dress Up for Google Chrome™."
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 52 KiB