This commit is contained in:
mightypanders 2021-06-12 19:12:39 +02:00
parent 6cb7983ef4
commit 549c2a077a
1 changed files with 20 additions and 0 deletions

20
Rope.tscn Normal file
View File

@ -0,0 +1,20 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 1, 10 )
[node name="Rope" type="RigidBody2D"]
position = Vector2( 0, 6 )
[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 )