GMTKJam2021/Rope.tscn

23 lines
654 B
Plaintext
Raw Normal View History

2021-06-13 15:43:34 +02:00
[gd_scene load_steps=4 format=2]
2021-06-12 19:12:39 +02:00
[ext_resource path="res://assets/placeholder_white.png" type="Texture" id=1]
2021-06-13 15:43:34 +02:00
[ext_resource path="res://Rope.gd" type="Script" id=2]
2021-06-12 19:12:39 +02:00
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 1, 10 )
[node name="Rope" type="RigidBody2D"]
2021-06-13 15:43:34 +02:00
position = Vector2( 0, 10 )
script = ExtResource( 2 )
2021-06-12 19:12:39 +02:00
[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 )