23 lines
654 B
Plaintext
23 lines
654 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1]
|
|
[ext_resource path="res://Rope.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 1, 10 )
|
|
|
|
[node name="Rope" type="RigidBody2D"]
|
|
position = Vector2( 0, 10 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
modulate = Color( 0.423529, 0.176471, 0, 1 )
|
|
scale = Vector2( 0.2, 2.5 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Anchor" type="Position2D" parent="."]
|
|
position = Vector2( 0, 9.83977 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|