mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-25 17:44:22 +00:00
22 lines
763 B
Text
22 lines
763 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Scenes/Player.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Scenes/Conductor.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Scenes/ConveyorBelt.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://Scenes/SingleScreenWalls.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
__meta__ = {
|
|
"_edit_horizontal_guides_": [ ]
|
|
}
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 622.258, 379.938 )
|
|
|
|
[node name="ConveyorBelt" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 640, 700 )
|
|
cb_speed = 100.0
|
|
|
|
[node name="SingleScreenWalls" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="Conductor" parent="." instance=ExtResource( 2 )]
|