mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-06 21:54: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:
parent
9ca877f9c1
commit
1d64362544
8 changed files with 17 additions and 4 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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
7
publishing/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Publishing
|
||||
|
||||
This directory contains additional publishing resources for other stores.
|
||||
|
||||
## Stores
|
||||
|
||||
- Chrome Web Store (grandfathered in)
|
BIN
publishing/chrome/icon_128.png
Normal file
BIN
publishing/chrome/icon_128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
publishing/chrome/icon_16.png
Normal file
BIN
publishing/chrome/icon_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 782 B |
BIN
publishing/chrome/icon_full.png
Normal file
BIN
publishing/chrome/icon_full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
6
publishing/chrome/manifest.json
Normal file
6
publishing/chrome/manifest.json
Normal 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™."
|
||||
}
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 52 KiB |
Loading…
Add table
Reference in a new issue