2020-10-03 22:33:54 +00:00
|
|
|
[gd_scene load_steps=7 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]
|
2020-10-03 16:46:14 +00:00
|
|
|
[ext_resource path="res://Scenes/ConveyorBelt.tscn" type="PackedScene" id=3]
|
2020-10-03 22:33:54 +00:00
|
|
|
[ext_resource path="res://Scenes/SingleScreenWalls.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://Scenes/Obstacles/Press.tscn" type="PackedScene" id=5]
|
|
|
|
[ext_resource path="res://Scenes/Obstacles/ScrollingBlock.tscn" type="PackedScene" id=6]
|
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-03 17:34:58 +00:00
|
|
|
[node name="Player" parent="." instance=ExtResource( 1 )]
|
|
|
|
position = Vector2( 622.258, 379.938 )
|
|
|
|
|
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
|
|
|
conveyor_speed = 100.0
|
|
|
|
|
2020-10-03 22:33:54 +00:00
|
|
|
[node name="SingleScreenWalls" parent="." instance=ExtResource( 4 )]
|
|
|
|
|
|
|
|
[node name="Conductor" parent="." instance=ExtResource( 2 )]
|
2020-10-03 23:48:55 +00:00
|
|
|
song_bpm = 120.0
|
2020-10-03 22:33:54 +00:00
|
|
|
|
|
|
|
[node name="ScrollingBlock" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 800, 660 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock2" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 880, 580 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock3" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 920, 540 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock4" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 840, 620 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock5" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 960, 500 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock6" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1000, 460 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock7" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1080, 380 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock8" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1120, 340 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock9" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1040, 420 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock10" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1160, 300 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock11" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1200, 260 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock12" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1240, 220 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock13" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 1660, 220 )
|
|
|
|
scale = Vector2( 20, 1 )
|
2020-10-03 23:48:55 +00:00
|
|
|
|
|
|
|
[node name="ScrollingBlock14" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 2240, 360 )
|
|
|
|
scale = Vector2( 5, 1 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock15" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 2540, 280 )
|
|
|
|
scale = Vector2( 5, 1 )
|
|
|
|
|
|
|
|
[node name="ScrollingBlock16" parent="." instance=ExtResource( 6 )]
|
|
|
|
position = Vector2( 2820, 400 )
|
|
|
|
scale = Vector2( 5, 1 )
|
|
|
|
|
|
|
|
[node name="Press" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 160, 0 )
|
|
|
|
scroll_velocity = Vector2( 0, 0 )
|
|
|
|
|
|
|
|
[node name="Press2" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 3120, 0 )
|
|
|
|
|
|
|
|
[node name="Press3" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 3280, 0 )
|
|
|
|
subbeat_offset = 3
|
|
|
|
|
|
|
|
[node name="Press4" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 3440, 0 )
|
|
|
|
subbeat_offset = 6
|
|
|
|
|
|
|
|
[node name="Press5" parent="." instance=ExtResource( 5 )]
|
|
|
|
position = Vector2( 3600, 0 )
|
|
|
|
subbeat_offset = 9
|