20 lines
790 B
Plaintext
20 lines
790 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dhbwu1uyq68yj"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bgn7eljpn7s2w" path="res://Objects/SkillSpecific/BasketStorage/BasketPost/Post.png" id="1_mrb03"]
|
|
[ext_resource type="PackedScene" uid="uid://burnkdrtcqvqb" path="res://Objects/SkillSpecific/BasketStorage/BasketStorageSpot.tscn" id="2_36sfm"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_2yyy3"]
|
|
radius = 12.0416
|
|
|
|
[node name="BasketPost" type="StaticBody2D"]
|
|
|
|
[node name="Post" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -44)
|
|
texture = ExtResource("1_mrb03")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_2yyy3")
|
|
|
|
[node name="BasketStorageSpot" parent="." instance=ExtResource("2_36sfm")]
|
|
position = Vector2(0, -81)
|