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

23 lines
763 B
Text
Raw Normal View History

[gd_scene load_steps=5 format=2]
2020-10-03 01:07:51 +00:00
2020-10-03 01:20:01 +00:00
[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]
2020-10-03 01:07:51 +00:00
[node name="Main" type="Node2D"]
__meta__ = {
"_edit_horizontal_guides_": [ ]
}
2020-10-03 01:20:01 +00:00
[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 )]