1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-23 00:24:22 +00:00
looping-for-loops/Scenes/Obstacles/ScrollingPipe.tscn

10 lines
264 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/Obstacles/ScrollingBlock.gd" type="Script" id=2]
[node name="ScrollingPipe" type="KinematicBody2D"]
collision_layer = 8
collision_mask = 2
motion/sync_to_physics = true
script = ExtResource( 2 )