2020-10-04 16:17:54 +00:00
|
|
|
[gd_scene load_steps=8 format=2]
|
2020-10-03 01:07:51 +00:00
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[ext_resource path="res://Objects/SpecialObjects/Player.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://Objects/SpecialObjects/Conductor.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://Objects/ConveyorBelt/ConveyorBelt.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://Objects/SpecialObjects/SingleScreenWalls.tscn" type="PackedScene" id=4]
|
2020-10-04 15:29:28 +00:00
|
|
|
[ext_resource path="res://Objects/SpecialObjects/Wrapper.tscn" type="PackedScene" id=5]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/ScrollingBlock.tscn" type="PackedScene" id=6]
|
2020-10-04 16:17:54 +00:00
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buttons/GameButton.tscn" type="PackedScene" id=7]
|
2020-10-04 14:35:24 +00:00
|
|
|
|
2020-10-03 01:07:51 +00:00
|
|
|
[node name="Main" type="Node2D"]
|
2020-10-03 22:33:54 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_horizontal_guides_": [ ]
|
|
|
|
}
|
2020-10-03 01:20:01 +00:00
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="Conductor" parent="." instance=ExtResource( 2 )]
|
|
|
|
|
2020-10-04 15:29:28 +00:00
|
|
|
[node name="Wrapper" parent="." instance=ExtResource( 5 )]
|
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="SingleScreenWalls" parent="." instance=ExtResource( 4 )]
|
2020-10-03 17:34:58 +00:00
|
|
|
|
2020-10-03 16:46:14 +00:00
|
|
|
[node name="ConveyorBelt" parent="." instance=ExtResource( 3 )]
|
2020-10-03 17:34:58 +00:00
|
|
|
position = Vector2( 640, 700 )
|
2020-10-03 16:46:14 +00:00
|
|
|
|
2020-10-04 14:35:24 +00:00
|
|
|
[node name="Player" parent="." instance=ExtResource( 1 )]
|
|
|
|
position = Vector2( 340, 500 )
|
2020-10-04 13:34:50 +00:00
|
|
|
|
2020-10-04 15:29:28 +00:00
|
|
|
[node name="ScrollingBlock" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 700, 660 )
|
2020-10-04 13:34:50 +00:00
|
|
|
|
2020-10-04 15:29:28 +00:00
|
|
|
[node name="ScrollingBlock2" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 840, 660 )
|
2020-10-04 13:34:50 +00:00
|
|
|
|
2020-10-04 15:29:28 +00:00
|
|
|
[node name="ScrollingBlock3" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 980, 660 )
|
2020-10-04 16:17:54 +00:00
|
|
|
|
|
|
|
[node name="GameButton" parent="." instance=ExtResource( 7 )]
|
|
|
|
position = Vector2( 1000, 480 )
|