mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 23:54:23 +00:00
13 lines
507 B
Text
13 lines
507 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Utilities/WrapParent.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Objects/ScrollingObjects/Utilities/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 )]
|
|
|
|
[node name="WrapParent" parent="." instance=ExtResource( 1 )]
|