1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 21:34:49 -04:00
dressupzack/scenes/platform.tscn
Tony Bark 2bc37e1100 Advanced drag and drop
More precise drag and drop. Still has a few bugs, but most of the base is there.

- Removed translations.
- Cleaned up README
2023-12-07 21:45:26 -05:00

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")