1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 16:14:22 +00:00
looping-for-loops/Objects/ScrollingObjects/Background.tscn

17 lines
655 B
Text
Raw Normal View History

2020-10-05 20:20:12 +00:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Objects/ScrollingObjects/Utilities/ConveyorScrollParent.tscn" type="PackedScene" id=1]
[ext_resource path="res://Objects/ScrollingObjects/Utilities/WrapParent.tscn" type="PackedScene" id=2]
[ext_resource path="res://Sprites/wall-boxes.png" type="Texture" id=5]
[node name="Background" type="Sprite"]
modulate = Color( 0.298039, 0.298039, 0.298039, 1 )
position = Vector2( 640, 360 )
z_index = -1000
texture = ExtResource( 5 )
[node name="ConveyorScrollParent" parent="." instance=ExtResource( 1 )]
[node name="WrapParent" parent="." instance=ExtResource( 2 )]
position = Vector2( 640, -360 )