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

Replaced SixAM splash screen for logo in credits window

- Renamed drag.gd to ItemDrag.gd
This commit is contained in:
Anthony Wilcox 2018-12-31 02:09:52 -05:00
parent 7d0b5ca1b6
commit 284384e866
8 changed files with 10 additions and 31 deletions

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=17 format=2]
[ext_resource path="res://assets/briefs.png" type="Texture" id=1]
[ext_resource path="res://src/drag.gd" type="Script" id=2]
[ext_resource path="res://src/ItemDrag.gd" type="Script" id=2]
[ext_resource path="res://assets/undies.png" type="Texture" id=3]
[ext_resource path="res://assets/jeans.png" type="Texture" id=4]
[ext_resource path="res://assets/dj shorts.png" type="Texture" id=5]

View file

@ -1,25 +0,0 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Splash.gd" type="Script" id=1]
[ext_resource path="res://assets/sixam_splash.png" type="Texture" id=2]
[node name="Splash" type="Node" index="0"]
script = ExtResource( 1 )
[node name="Sixam" type="Sprite" parent="." index="0"]
position = Vector2( 399.784, 275.576 )
texture = ExtResource( 2 )
_sections_unfolded = [ "Offset" ]
[node name="Timer" type="Timer" parent="." index="1"]
process_mode = 1
wait_time = 3.0
one_shot = true
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]

BIN
assets/sixam_logo_200px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -2,12 +2,12 @@
importer="texture"
type="StreamTexture"
path="res://.import/sixam_splash.png-c58f13964bb4f1a11257474ab2e19217.stex"
path="res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex"
[deps]
source_file="res://assets/sixam_splash.png"
dest_files=[ "res://.import/sixam_splash.png-c58f13964bb4f1a11257474ab2e19217.stex" ]
source_file="res://assets/sixam_logo_200px.png"
dest_files=[ "res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" ]
[params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -11,7 +11,7 @@ config_version=3
[application]
config/name="Zack's Dress Up 1½"
run/main_scene="res://Splash.tscn"
run/main_scene="res://MainScreen.tscn"
boot_splash/image="res://assets/game splash.png"
config/icon="res://icon.png"

View file

@ -7,12 +7,16 @@
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
toolbar_title = "Credits"
content_text = "[center]Created by Anthony Wilcox
content_text = "[center]Created by
Anthony Wilcox
Clothing inspired by
Megawolf77
Canon Rhode
##########################
[img]assets/sixam_logo_200px.png[/img]
SixAM is a brand by Anthony Wilcox.
[/center]"
content_height = 217