1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/project/Zack.tscn
Anthony Wilcox c91d91c14f I christen this game a full fledged port
The static image of Zack in previous attempts at a standalone port served mostly as a placeholder because I haven't animanted a sprite with a general purpose game engine and it's designer since Game Maker 6. This was no different.

But not anymore! The eyes are animanted now and soon the mouth will be too. I know that sounds small in the grand scheme of things but that pretty much means that the design of this is identical to the original Flash version. So I can say with confidence that this pretty much counts as a full fledged port of the original. I'm so glad I never gave up on figuring out how to bring this game to a wider audience in it's entirety. Think I'll be sticking with Godot for future games now.
2019-01-02 00:23:16 -05:00

45 lines
1.6 KiB
Text

[gd_scene load_steps=11 format=2]
[ext_resource path="res://assets/zack_base.png" type="Texture" id=1]
[ext_resource path="res://assets/eyes/eyes1.png" type="Texture" id=2]
[ext_resource path="res://assets/eyes/eyes2.png" type="Texture" id=3]
[ext_resource path="res://assets/eyes/eyes3.png" type="Texture" id=4]
[ext_resource path="res://assets/eyes/eyes4.png" type="Texture" id=5]
[ext_resource path="res://assets/eyes/eyes5.png" type="Texture" id=6]
[ext_resource path="res://assets/eyes/eyes6.png" type="Texture" id=7]
[ext_resource path="res://assets/eyes/eyes7.png" type="Texture" id=8]
[ext_resource path="res://assets/mouth/mouth.png" type="Texture" id=9]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 8 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[node name="Zack" type="Node2D" index="0"]
[node name="Base" type="Sprite" parent="." index="0"]
position = Vector2( 92.6446, 354.064 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="Eyes" type="AnimatedSprite" parent="." index="1"]
position = Vector2( 109.519, 255.9 )
frames = SubResource( 1 )
animation = "default"
frame = 3
playing = true
[node name="Mouth" type="Sprite" parent="." index="2"]
position = Vector2( 98.4389, 276.779 )
texture = ExtResource( 9 )