mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 22:04:49 -04:00
Updated screenshot
This commit is contained in:
parent
b85ee22101
commit
20a553f9c3
4 changed files with 3 additions and 5 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 101 KiB |
Loading…
Add table
Reference in a new issue