1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 08:04:23 +00:00
looping-for-loops/Objects/ScrollingObjects/ScrollingPipe.tscn
2020-10-04 16:35:24 +02:00

10 lines
331 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Objects/ScrollingObjects/ConveyorScrollParent.tscn" type="PackedScene" id=2]
[node name="ScrollingPipe" type="KinematicBody2D"]
collision_layer = 8
collision_mask = 2
motion/sync_to_physics = true
[node name="ConveyorScrollParent" parent="." instance=ExtResource( 2 )]