-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconveyer_belt.tscn
34 lines (26 loc) · 1.1 KB
/
conveyer_belt.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=5 format=3 uid="uid://u5dqmc3euw7l"]
[ext_resource type="Script" path="res://conveyer_belt.gd" id="1_lc7yj"]
[ext_resource type="Texture2D" uid="uid://cciu1ux74c77o" path="res://vrais assets/sender.png" id="2_gxlrj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5mgvh"]
size = Vector2(28, 35)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_6qqrc"]
size = Vector2(60, 64)
[node name="Conveyer" type="RigidBody2D"]
position = Vector2(246, 179)
collision_layer = 8
collision_mask = 10
script = ExtResource("1_lc7yj")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(-6, -3)
scale = Vector2(1.495, 1.495)
texture = ExtResource("2_gxlrj")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-6, -3.5)
shape = SubResource("RectangleShape2D_5mgvh")
[node name="UseArea" type="Area2D" parent="."]
position = Vector2(0, -1.52588e-05)
collision_mask = 3
[node name="CollisionShape2D" type="CollisionShape2D" parent="UseArea"]
position = Vector2(-7, -3.99998)
shape = SubResource("RectangleShape2D_6qqrc")