28 lines
653 B
Plaintext
28 lines
653 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/environment/blocks/approx build block.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="CircleShape2D" id=5]
|
|
radius = 2.0
|
|
|
|
[node name="RopeAnchor" type="RigidBody2D"]
|
|
z_index = -1
|
|
collision_layer = 256
|
|
collision_mask = 8
|
|
input_pickable = true
|
|
mode = 1
|
|
linear_damp = 1.0
|
|
angular_damp = 1.0
|
|
|
|
[node name="cshape" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 5 )
|
|
|
|
[node name="pjoint" type="PinJoint2D" parent="cshape"]
|
|
scale = Vector2( 0.3, 0.3 )
|
|
bias = 0.1
|
|
softness = 0.1
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
scale = Vector2( 0.1875, 0.1875 )
|
|
texture = ExtResource( 1 )
|