Skip to content

Commit

Permalink
Levels fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpru committed Mar 7, 2022
1 parent 0ea2f61 commit 70185cc
Show file tree
Hide file tree
Showing 27 changed files with 154 additions and 51 deletions.
Binary file added Assets/soundtrack_level.ogg
Binary file not shown.
15 changes: 15 additions & 0 deletions Assets/soundtrack_level.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/soundtrack_level.ogg-aa776acc0dda87a9b1f474af56e5e7ff.oggstr"

[deps]

source_file="res://Assets/soundtrack_level.ogg"
dest_files=[ "res://.import/soundtrack_level.ogg-aa776acc0dda87a9b1f474af56e5e7ff.oggstr" ]

[params]

loop=true
loop_offset=0
Binary file added Assets/soundtrack_menu.ogg
Binary file not shown.
15 changes: 15 additions & 0 deletions Assets/soundtrack_menu.ogg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[remap]

importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/soundtrack_menu.ogg-81df4736fc3e44a5c68140711c7d82d5.oggstr"

[deps]

source_file="res://Assets/soundtrack_menu.ogg"
dest_files=[ "res://.import/soundtrack_menu.ogg-81df4736fc3e44a5c68140711c7d82d5.oggstr" ]

[params]

loop=true
loop_offset=0
24 changes: 12 additions & 12 deletions Autoloads/Levels/Levels.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ extends Node
var module1Levels = [
Level.new("test.1","Teegarden's Star b", "res://Maps/Map1.tscn", Level.Difficulty.Easy,3),
Level.new("test.2","TOI 700 d", "res://Maps/Map2.tscn", Level.Difficulty.Easy,3),
Level.new("test.3","Kepler-1410b", "res://Maps/Map3.tscn", Level.Difficulty.Normal,4),
Level.new("test.4","TRAPPIST-1d", "res://Maps/Map4.tscn", Level.Difficulty.Normal,4),
Level.new("test.5","Kepler-1649c", "res://Maps/Map5.tscn", Level.Difficulty.Hard,5),
Level.new("test.6","Proxima Centauri b", "res://Maps/Map6.tscn", Level.Difficulty.Hard,5),
Level.new("test.7","Gliese 1061 d", "res://Maps/Map7.tscn", Level.Difficulty.Easy,3),
Level.new("test.8","Tau Ceti f", "res://Maps/Map8.tscn", Level.Difficulty.Easy,3),
Level.new("test.3","Kepler-1410b", "res://Maps/Map3.tscn", Level.Difficulty.Easy,4),
Level.new("test.4","TRAPPIST-1d", "res://Maps/Map4.tscn", Level.Difficulty.Easy,4),
Level.new("test.5","Kepler-1649c", "res://Maps/Map5.tscn", Level.Difficulty.Easy,5),
Level.new("test.6","Proxima Centauri b", "res://Maps/Map6.tscn", Level.Difficulty.Easy,5),
Level.new("test.7","Gliese 1061 d", "res://Maps/Map7.tscn", Level.Difficulty.Normal,3),
Level.new("test.8","Tau Ceti f", "res://Maps/Map8.tscn", Level.Difficulty.Normal,3),
Level.new("test.9","Luyten b", "res://Maps/Map9.tscn", Level.Difficulty.Normal,4),
Level.new("test.10","Kepler-705b", "res://Maps/Map10.tscn", Level.Difficulty.Normal,4),
Level.new("test.11","Gliese 180 c", "res://Maps/Map11.tscn", Level.Difficulty.Hard,5),
Level.new("test.11","Gliese 180 c", "res://Maps/Map11.tscn", Level.Difficulty.Normal,5),
Level.new("test.12","Kapteyn b", "res://Maps/Map12.tscn", Level.Difficulty.Hard,5),
Level.new("test.13","K2-296b", "res://Maps/Map13.tscn", Level.Difficulty.Easy,3),
Level.new("test.14","LHS 1140 b", "res://Maps/Map14.tscn", Level.Difficulty.Easy,3),
Level.new("test.15","HD 40307 g", "res://Maps/Map15.tscn", Level.Difficulty.Normal,4),
Level.new("test.16","Gliese 667 Cc", "res://Maps/Map16.tscn", Level.Difficulty.Normal,4),
Level.new("test.22","Gliese 229 Ac", "res://Maps/Map22.tscn", Level.Difficulty.Normal,4)
Level.new("test.13","K2-296b", "res://Maps/Map13.tscn", Level.Difficulty.Hard,3),
Level.new("test.14","LHS 1140 b", "res://Maps/Map14.tscn", Level.Difficulty.Hard,3),
Level.new("test.15","HD 40307 g", "res://Maps/Map15.tscn", Level.Difficulty.Hard,4),
Level.new("test.16","Gliese 667 Cc", "res://Maps/Map16.tscn", Level.Difficulty.Hard,4),
Level.new("test.22","Gliese 229 Ac", "res://Maps/Map22.tscn", Level.Difficulty.Hard,4)
]

var module3Levels = [
Expand Down
7 changes: 6 additions & 1 deletion Maps/Map.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=2]
[gd_scene load_steps=11 format=2]

[ext_resource path="res://Player/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Maps/Map.gd" type="Script" id=2]
Expand All @@ -7,6 +7,7 @@
[ext_resource path="res://MapElements/MapElements.tscn" type="PackedScene" id=5]
[ext_resource path="res://MapElements/Background.gd" type="Script" id=6]
[ext_resource path="res://Assets/Level/Platforms/Space_background_2.png" type="Texture" id=7]
[ext_resource path="res://Assets/soundtrack_level.ogg" type="AudioStream" id=8]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 960, 10 )
Expand Down Expand Up @@ -82,3 +83,7 @@ script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 8 )
autoplay = true
7 changes: 5 additions & 2 deletions Maps/Map1.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[node name="Map" instance=ExtResource( 3 )]

[node name="Player" parent="." index="0"]
position = Vector2( 628, 801 )
position = Vector2( 951, 812 )

[node name="Ball" parent="." index="1" instance=ExtResource( 1 )]
position = Vector2( 444, 255 )
Expand All @@ -28,4 +28,7 @@ editor_draw_screen = false
position = Vector2( 268, 598 )

[node name="Platforms" parent="." index="5"]
tile_data = PoolIntArray( 655365, 1, 131072, 655366, 1, 131073, 655367, 1, 131073, 655368, 1, 131073, 655369, 1, 131073, 655370, 1, 131073, 655371, 1, 131073, 655372, 1, 131073, 655373, 1, 131073, 655374, 1, 131073, 655375, 1, 131073, 655376, 1, 131073, 655377, 1, 131073, 655378, 1, 131073, 655379, 1, 131074 )
tile_data = PoolIntArray( 131084, 0, 0, 131086, 0, 131072, 131087, 0, 131074, 131089, 0, 0, 262156, 0, 0, 262161, 0, 0, 589830, 0, 131072, 589831, 0, 131073, 589832, 0, 131073, 589833, 0, 131073, 589834, 0, 131073, 589835, 0, 131074, 589842, 0, 131072, 589843, 0, 131073, 589844, 0, 131073, 589845, 0, 131073, 589846, 0, 131073, 589847, 0, 131074 )

[node name="MapElements" parent="." index="6"]
tile_data = PoolIntArray( 524295, 0, 0, 524310, 0, 0, 589831, 0, 65536, 589846, 0, 65536, 655367, 0, 65536, 655382, 0, 65536, 720903, 0, 65536, 720918, 0, 65536, 786439, 0, 65536, 786454, 0, 65536, 851975, 0, 65536, 851990, 0, 65536 )
3 changes: 3 additions & 0 deletions Maps/Map10.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
[node name="Ball3" parent="." index="3" instance=ExtResource( 3 )]
position = Vector2( 1291, 353 )
scale = Vector2( 4, 4 )
size = 3

[node name="Ball2" parent="." index="4" instance=ExtResource( 3 )]
position = Vector2( 1789, 507 )
scale = Vector2( 4, 4 )
size = 3

[node name="Ball" parent="." index="5" instance=ExtResource( 3 )]
position = Vector2( 123, 515 )
scale = Vector2( 4, 4 )
size = 3

[node name="Platforms" parent="." index="6"]
tile_data = PoolIntArray( 65538, 1, 262144, 65539, 1, 262146, 65555, 1, 262144, 65556, 1, 262146, 131073, 1, 131072, 131074, 1, 327684, 131075, 1, 262150, 131076, 1, 131082, 131077, 1, 131074, 131083, 1, 262144, 131084, 1, 262145, 131085, 1, 262146, 131091, 1, 393216, 131092, 1, 393225, 131093, 1, 262145, 131094, 1, 131082, 131095, 1, 131074, 196610, 1, 262154, 196611, 1, 393217, 196612, 1, 327690, 196617, 1, 262144, 196618, 1, 262145, 196619, 1, 262148, 196620, 1, 327681, 196621, 1, 262150, 196622, 1, 262146, 196628, 1, 393216, 196629, 1, 393217, 196630, 1, 327690, 196634, 1, 262144, 196635, 1, 262146, 262153, 1, 262154, 262154, 1, 393220, 262155, 1, 327681, 262156, 1, 327681, 262157, 1, 393222, 262158, 1, 327690, 262169, 1, 131072, 262170, 1, 196614, 262171, 1, 393218, 327690, 1, 262154, 327691, 1, 393217, 327692, 1, 393217, 327693, 1, 393218, 393216, 1, 2, 393217, 1, 131073, 393218, 1, 131073, 393219, 1, 1, 393222, 1, 131072, 393223, 1, 1, 393242, 1, 2, 393243, 1, 131073, 393244, 1, 131073, 393245, 1, 1, 458752, 1, 65540, 458755, 1, 65540, 458759, 1, 131076, 458769, 1, 131072, 458770, 1, 65546, 458771, 1, 262146, 458778, 1, 65540, 458781, 1, 65540, 524288, 1, 65540, 524291, 1, 65540, 524306, 1, 262154, 524307, 1, 327690, 524314, 1, 65540, 524317, 1, 65540, 589824, 1, 393226, 589825, 1, 131073, 589826, 1, 131073, 589827, 1, 458762, 589850, 1, 393226, 589851, 1, 131073, 589852, 1, 131073, 589853, 1, 458762, 655361, 4, 131072, 655362, 4, 131073, 655363, 4, 10, 655364, 4, 131074, 655385, 4, 131072, 655386, 4, 10, 655387, 4, 131073, 655388, 4, 131074, 720899, 4, 131076, 720922, 4, 131076, 917504, 1, 262144, 917505, 1, 262145, 917506, 1, 262145, 917507, 1, 262145, 917508, 1, 262145, 917509, 1, 262145, 917510, 1, 262145, 917511, 1, 262145, 917512, 1, 262145, 917513, 1, 262145, 917514, 1, 262145, 917515, 1, 262145, 917516, 1, 262145, 917517, 1, 262145, 917518, 1, 262145, 917519, 1, 262145, 917520, 1, 262145, 917521, 1, 262145, 917522, 1, 262145, 917523, 1, 262145, 917524, 1, 262145, 917525, 1, 262145, 917526, 1, 262145, 917527, 1, 262145, 917528, 1, 262145, 917529, 1, 262145, 917530, 1, 262145, 917531, 1, 262145, 917532, 1, 262145, 917533, 1, 262146, 983040, 1, 393216, 983041, 1, 393217, 983042, 1, 393217, 983043, 1, 393217, 983044, 1, 393217, 983045, 1, 393217, 983046, 1, 393217, 983047, 1, 393217, 983048, 1, 393217, 983049, 1, 393217, 983050, 1, 393217, 983051, 1, 393217, 983052, 1, 393217, 983053, 1, 393217, 983054, 1, 393217, 983055, 1, 393217, 983056, 1, 393217, 983057, 1, 393217, 983058, 1, 393217, 983059, 1, 393217, 983060, 1, 393217, 983061, 1, 393217, 983062, 1, 393217, 983063, 1, 393217, 983064, 1, 393217, 983065, 1, 393217, 983066, 1, 393217, 983067, 1, 393217, 983068, 1, 393217, 983069, 1, 327690, 1048576, 4, 131072, 1048577, 4, 131073, 1048578, 4, 131073, 1048579, 4, 131073, 1048580, 4, 131073, 1048581, 4, 131073, 1048582, 4, 131073, 1048583, 4, 131073, 1048584, 4, 131073, 1048585, 4, 131073, 1048586, 4, 131073, 1048587, 4, 131073, 1048588, 4, 131073, 1048589, 4, 131073, 1048590, 4, 131073, 1048591, 4, 131073, 1048592, 4, 131073, 1048593, 4, 131073, 1048594, 4, 131073, 1048595, 4, 131073, 1048596, 4, 131073, 1048597, 4, 131073, 1048598, 4, 131073, 1048599, 4, 131073, 1048600, 4, 131073, 1048601, 4, 131073, 1048602, 4, 131073, 1048603, 4, 131073, 1048604, 4, 131073, 1048605, 4, 131074 )
Expand Down
4 changes: 4 additions & 0 deletions Maps/Map11.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ position = Vector2( 965, 796 )

[node name="Ball2" parent="." index="3" instance=ExtResource( 1 )]
position = Vector2( 1406, 317 )
size = 3

[node name="Ball3" parent="." index="4" instance=ExtResource( 1 )]
position = Vector2( 578, 316 )
size = 3

[node name="Ball4" parent="." index="5" instance=ExtResource( 1 )]
position = Vector2( 188, 194 )
size = 2

[node name="Ball5" parent="." index="6" instance=ExtResource( 1 )]
position = Vector2( 988, 384 )

[node name="Ball" parent="." index="7" instance=ExtResource( 1 )]
position = Vector2( 1722, 186 )
size = 2

[node name="Platforms" parent="." index="8"]
tile_data = PoolIntArray( 65537, 4, 2, 65538, 4, 131073, 65539, 4, 131073, 65540, 4, 1, 65561, 4, 2, 65562, 4, 131073, 65563, 4, 131073, 65564, 4, 1, 131073, 4, 65540, 131076, 4, 65540, 131097, 4, 65540, 131100, 4, 65540, 196609, 4, 131076, 196612, 4, 131076, 196615, 4, 2, 196616, 4, 131073, 196617, 4, 131073, 196618, 4, 1, 196628, 4, 2, 196629, 4, 131073, 196630, 4, 131073, 196631, 4, 1, 196633, 4, 131076, 196636, 4, 131076, 262145, 1, 131072, 262146, 1, 131073, 262147, 1, 131073, 262148, 1, 131074, 262151, 4, 65540, 262154, 4, 65540, 262157, 4, 2, 262158, 4, 131073, 262159, 4, 131073, 262160, 4, 131073, 262161, 4, 1, 262164, 4, 65540, 262167, 4, 65540, 262169, 1, 131072, 262170, 1, 131073, 262171, 1, 131073, 262172, 1, 131074, 327687, 4, 131076, 327690, 4, 131076, 327693, 4, 65540, 327697, 4, 65540, 327700, 4, 131076, 327703, 4, 131076, 393223, 1, 131072, 393224, 1, 131073, 393225, 1, 131073, 393226, 1, 131074, 393229, 4, 131076, 393233, 4, 131076, 393236, 1, 131072, 393237, 1, 131073, 393238, 1, 131073, 393239, 1, 131074, 458765, 1, 131072, 458766, 1, 131073, 458767, 1, 131073, 458768, 1, 131073, 458769, 1, 131074, 720897, 4, 131072, 720898, 4, 131073, 720899, 4, 131073, 720900, 4, 131073, 720901, 4, 131073, 720902, 4, 131074, 720919, 4, 131072, 720920, 4, 131073, 720921, 4, 131073, 720922, 4, 131073, 720923, 4, 131073, 720924, 4, 131074, 917504, 4, 262144, 917505, 4, 262145, 917506, 4, 262145, 917507, 4, 262145, 917508, 4, 262145, 917509, 4, 262145, 917510, 4, 262145, 917511, 4, 262145, 917512, 4, 262145, 917513, 4, 262145, 917514, 4, 262145, 917515, 4, 262145, 917516, 4, 262145, 917517, 4, 262145, 917518, 4, 262145, 917519, 4, 262145, 917520, 4, 262145, 917521, 4, 262145, 917522, 4, 262145, 917523, 4, 262145, 917524, 4, 262145, 917525, 4, 262145, 917526, 4, 262145, 917527, 4, 262145, 917528, 4, 262145, 917529, 4, 262145, 917530, 4, 262145, 917531, 4, 262145, 917532, 4, 262145, 917533, 4, 262146, 983040, 4, 327680, 983041, 4, 327681, 983042, 4, 327681, 983043, 4, 327681, 983044, 4, 327681, 983045, 4, 327681, 983046, 4, 327681, 983047, 4, 327681, 983048, 4, 327681, 983049, 4, 327681, 983050, 4, 327681, 983051, 4, 327681, 983052, 4, 327681, 983053, 4, 327681, 983054, 4, 327681, 983055, 4, 327681, 983056, 4, 327681, 983057, 4, 327681, 983058, 4, 327681, 983059, 4, 327681, 983060, 4, 327681, 983061, 4, 327681, 983062, 4, 327681, 983063, 4, 327681, 983064, 4, 327681, 983065, 4, 327681, 983066, 4, 327681, 983067, 4, 327681, 983068, 4, 327681, 983069, 4, 327682, 1048576, 4, 262154, 1048577, 4, 393217, 1048578, 4, 393217, 1048579, 4, 393217, 1048580, 4, 393217, 1048581, 4, 393217, 1048582, 4, 393217, 1048583, 4, 393217, 1048584, 4, 393217, 1048585, 4, 393217, 1048586, 4, 393217, 1048587, 4, 393217, 1048588, 4, 393217, 1048589, 4, 393217, 1048590, 4, 393217, 1048591, 4, 393217, 1048592, 4, 393217, 1048593, 4, 393217, 1048594, 4, 393217, 1048595, 4, 393217, 1048596, 4, 393217, 1048597, 4, 393217, 1048598, 4, 393217, 1048599, 4, 393217, 1048600, 4, 393217, 1048601, 4, 393217, 1048602, 4, 393217, 1048603, 4, 393217, 1048604, 4, 393217, 1048605, 4, 393218 )
Expand Down
18 changes: 8 additions & 10 deletions Maps/Map12.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=2]
[gd_scene load_steps=12 format=2]

[ext_resource path="res://Maps/Map.gd" type="Script" id=1]
[ext_resource path="res://Ball/Ball.tscn" type="PackedScene" id=2]
Expand All @@ -8,6 +8,7 @@
[ext_resource path="res://MapElements/MapElements.tscn" type="PackedScene" id=6]
[ext_resource path="res://MapElements/Background.gd" type="Script" id=7]
[ext_resource path="res://MapElements/Drops/DropSpawner.gd" type="Script" id=8]
[ext_resource path="res://Assets/soundtrack_level.ogg" type="AudioStream" id=9]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 960, 10 )
Expand Down Expand Up @@ -60,16 +61,9 @@ __meta__ = {
}

[node name="Ball2" parent="." instance=ExtResource( 2 )]
position = Vector2( 962, 458 )
size = 6

[node name="Ball" parent="." instance=ExtResource( 2 )]
position = Vector2( 717, 149 )
size = 6

[node name="Ball4" parent="." instance=ExtResource( 2 )]
position = Vector2( 1239, 149 )
position = Vector2( 959, 258 )
size = 6
base_size = 15

[node name="Platforms" parent="." instance=ExtResource( 5 )]
tile_data = PoolIntArray( 65543, 3, 131072, 65544, 3, 131074, 65557, 3, 131072, 65558, 3, 131074, 196615, 3, 131072, 196616, 3, 131074, 196629, 3, 131072, 196630, 3, 131074, 327687, 3, 131072, 327688, 3, 131074, 327701, 3, 131072, 327702, 3, 131074, 458762, 3, 131072, 458763, 3, 131074, 458770, 3, 131072, 458771, 3, 131074, 589837, 3, 131072, 589838, 3, 131073, 589839, 3, 131073, 589840, 3, 131074, 917504, 3, 262144, 917505, 3, 262145, 917506, 3, 262145, 917507, 3, 262145, 917508, 3, 262145, 917509, 3, 262145, 917510, 3, 262145, 917511, 3, 262145, 917512, 3, 262145, 917513, 3, 262145, 917514, 3, 262145, 917515, 3, 262145, 917516, 3, 262145, 917517, 3, 262145, 917518, 3, 262145, 917519, 3, 262145, 917520, 3, 262145, 917521, 3, 262145, 917522, 3, 262145, 917523, 3, 262145, 917524, 3, 262145, 917525, 3, 262145, 917526, 3, 262145, 917527, 3, 262145, 917528, 3, 262145, 917529, 3, 262145, 917530, 3, 262145, 917531, 3, 262145, 917532, 3, 262145, 917533, 3, 262146, 983040, 3, 327680, 983041, 3, 327681, 983042, 3, 327681, 983043, 3, 327681, 983044, 3, 327681, 983045, 3, 327681, 983046, 3, 327681, 983047, 3, 327681, 983048, 3, 327681, 983049, 3, 327681, 983050, 3, 327681, 983051, 3, 327681, 983052, 3, 327681, 983053, 3, 327681, 983054, 3, 327681, 983055, 3, 327681, 983056, 3, 327681, 983057, 3, 327681, 983058, 3, 327681, 983059, 3, 327681, 983060, 3, 327681, 983061, 3, 327681, 983062, 3, 327681, 983063, 3, 327681, 983064, 3, 327681, 983065, 3, 327681, 983066, 3, 327681, 983067, 3, 327681, 983068, 3, 327681, 983069, 3, 327682, 1048576, 3, 393216, 1048577, 3, 393217, 1048578, 3, 393217, 1048579, 3, 393217, 1048580, 3, 393217, 1048581, 3, 393217, 1048582, 3, 393217, 1048583, 3, 393217, 1048584, 3, 393217, 1048585, 3, 393217, 1048586, 3, 393217, 1048587, 3, 393217, 1048588, 3, 393217, 1048589, 3, 393217, 1048590, 3, 393217, 1048591, 3, 393217, 1048592, 3, 393217, 1048593, 3, 393217, 1048594, 3, 393217, 1048595, 3, 393217, 1048596, 3, 393217, 1048597, 3, 393217, 1048598, 3, 393217, 1048599, 3, 393217, 1048600, 3, 393217, 1048601, 3, 393217, 1048602, 3, 393217, 1048603, 3, 393217, 1048604, 3, 393217, 1048605, 3, 393218 )
Expand Down Expand Up @@ -97,4 +91,8 @@ __meta__ = {
"_edit_use_anchors_": false
}

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 9 )
autoplay = true

[connection signal="touched_ball" from="Player" to="." method="on_Player_touched_ball"]
9 changes: 8 additions & 1 deletion Maps/Map13.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=2]
[gd_scene load_steps=11 format=2]

[ext_resource path="res://Maps/Map.gd" type="Script" id=1]
[ext_resource path="res://Ball/Ball.tscn" type="PackedScene" id=2]
Expand All @@ -7,6 +7,7 @@
[ext_resource path="res://MapElements/Platforms.tscn" type="PackedScene" id=5]
[ext_resource path="res://MapElements/MapElements.tscn" type="PackedScene" id=6]
[ext_resource path="res://MapElements/Background.gd" type="Script" id=7]
[ext_resource path="res://Assets/soundtrack_level.ogg" type="AudioStream" id=8]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 960, 10 )
Expand Down Expand Up @@ -60,10 +61,12 @@ __meta__ = {

[node name="Ball" parent="." instance=ExtResource( 2 )]
position = Vector2( 1639, 420 )
size = 2
base_size = 20

[node name="Ball2" parent="." instance=ExtResource( 2 )]
position = Vector2( 283, 411 )
size = 2
base_size = 20

[node name="Ball3" parent="." instance=ExtResource( 2 )]
Expand All @@ -87,4 +90,8 @@ __meta__ = {
}
Background = 3

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 8 )
autoplay = true

[connection signal="touched_ball" from="Player" to="." method="on_Player_touched_ball"]
Loading

0 comments on commit 70185cc

Please sign in to comment.