From fb6b2728c80e57ba3714e8fce3dee3e89a463f4a Mon Sep 17 00:00:00 2001 From: Anthony Wilcox <35226681+tomiscw@users.noreply.github.com> Date: Mon, 31 Dec 2018 06:32:28 -0500 Subject: [PATCH] Created README --- MainScreen.tscn | 2 +- README.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/MainScreen.tscn b/MainScreen.tscn index 930b8ee..7a55a1b 100644 --- a/MainScreen.tscn +++ b/MainScreen.tscn @@ -6,7 +6,7 @@ [ext_resource path="res://Clothes.tscn" type="PackedScene" id=4] [ext_resource path="res://Interface.tscn" type="PackedScene" id=5] -[node name="Window" type="Node2D"] +[node name="MainScreen" type="Node2D" index="0"] [node name="Background" type="Sprite" parent="." index="0"] diff --git a/README.md b/README.md new file mode 100644 index 0000000..db74983 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Zack's Dress Up 1½ + +Zack's Dress Up is a basic drag and drop-based dress up game written and designed in Godot 3. It's a partial port and remake of my original Flash game, ZC's Dress Up, that contains all the original assets with only minor edits. + +I have high confidence that I'll be able to get around to creating a proper sequel with newer glasses and better game play mechenics. + +You can download or download and donate at [Itch.io](https://antonwilc0x.itch.io/zdressup). + +## Screenshot + +![](https://i.imgur.com/a2qcLxc.png) \ No newline at end of file