1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 21:34:49 -04:00
dressupzack/scenes/demo.tscn
Tony Bark ed75c25fef WIP redesign
- Redesigned UI
- Imported old theme
- Switched to original character sprite
- Simplified clothes
2023-12-08 04:22:00 -05:00

18 lines
688 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bguec0ft5ygk4"]
[ext_resource type="PackedScene" uid="uid://bvbelmb6rvy4f" path="res://scenes/platform.tscn" id="1_31w52"]
[ext_resource type="PackedScene" uid="uid://dn152ouc7l21p" path="res://scenes/object.tscn" id="2_cgl4f"]
[node name="Demo" type="Node2D"]
[node name="Platform" parent="." instance=ExtResource("1_31w52")]
position = Vector2(170, 92)
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
position = Vector2(419, 84)
[node name="Platform3" parent="." instance=ExtResource("1_31w52")]
position = Vector2(296, 286)
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
position = Vector2(301, 146)