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/Scenes/Obstacles/ScrollingBlock.tscn

19 lines
580 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Sprites/scrolling_block.png" type="Texture" id=1]
[ext_resource path="res://Scripts/Obstacles/ScrollingBlock.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 20, 20 )
[node name="ScrollingBlock" type="KinematicBody2D"]
collision_layer = 8
collision_mask = 2
motion/sync_to_physics = true
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )