mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 16:14:22 +00:00
9 lines
264 B
Text
9 lines
264 B
Text
[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 )
|