You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
695 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/art/red-orb.png" type="Texture" id=1]
[ext_resource path="res://OrbItem.gd" type="Script" id=2]
[sub_resource type="CircleShape2D" id=1]
radius = 33.9555
[node name="StaticBody2D" type="StaticBody2D"]
script = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = 34.3329
margin_top = -36.8527
margin_right = 143.333
margin_bottom = -22.8527
rect_scale = Vector2( 3, 3 )
text = "PICKUP TO DASH"
__meta__ = {
"_edit_use_anchors_": false
}