Frame-of-Mind/src/DropZone.tscn
2022-09-08 17:14:07 +02:00

30 lines
703 B (Stored with Git LFS)
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://DropZone.gd" type="Script" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 100, 100 )
[node name="DropZone" type="Container"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -824.0
margin_bottom = -400.0
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_right = 200.0
margin_bottom = 200.0
align = 1
valign = 1
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2( 100, 100 )
shape = SubResource( 1 )
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 200.0
margin_bottom = 200.0