Frame-of-Mind/src/DropZone.tscn

26 lines
609 B
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( 400, 200 )
[node name="DropZone" type="Container"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1920.0
margin_bottom = -1080.0
script = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_bottom = 14.0
align = 1
valign = 1
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource( 1 )
[node name="TextureRect" type="TextureRect" parent="."]