mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-06 05:44:48 -04:00
More precise drag and drop. Still has a few bugs, but most of the base is there. - Removed translations. - Cleaned up README
26 lines
707 B
Text
26 lines
707 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bvbelmb6rvy4f"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/platform.gd" id="1_xgdk6"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ieyrm"]
|
|
size = Vector2(62, 61)
|
|
|
|
[node name="Platform" type="StaticBody2D"]
|
|
script = ExtResource("1_xgdk6")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -31.0
|
|
offset_top = -31.0
|
|
offset_right = 31.0
|
|
offset_bottom = 30.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(0, -0.5)
|
|
shape = SubResource("RectangleShape2D_ieyrm")
|