This commit is contained in:
zoe 2021-10-18 11:27:04 +02:00
parent e08c2c3ef2
commit 7b67b3aef6
24 changed files with 238 additions and 167 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=28 format=2]
[gd_scene load_steps=27 format=2]
[ext_resource path="res://Cannon/Cannon.tscn" type="PackedScene" id=1]
[ext_resource path="res://Borders/tileset.png" type="Texture" id=2]
@ -11,8 +11,7 @@
[ext_resource path="res://Stages/Camera.gd" type="Script" id=9]
[ext_resource path="res://Stages/World.gd" type="Script" id=10]
[ext_resource path="res://Effects/FadeIn.tscn" type="PackedScene" id=11]
[ext_resource path="res://Stages/Background.png" type="Texture" id=12]
[ext_resource path="res://Pegs/Purple/PurpleBar.tscn" type="PackedScene" id=13]
[ext_resource path="res://Effects/Background.tscn" type="PackedScene" id=12]
[ext_resource path="res://Menu/Pause.tscn" type="PackedScene" id=14]
[ext_resource path="res://Pegs/Yellow/PowerupCards.tscn" type="PackedScene" id=15]
@ -163,16 +162,7 @@ script = ExtResource( 10 )
light_mask = 0
z_index = 20
[node name="ParallaxBackground" type="ParallaxBackground" parent="Decoration"]
[node name="ParallaxLayer" type="ParallaxLayer" parent="Decoration/ParallaxBackground"]
motion_scale = Vector2( 0.5, 0.5 )
[node name="Background" type="Sprite" parent="Decoration/ParallaxBackground/ParallaxLayer"]
z_index = -200
texture = ExtResource( 12 )
region_enabled = true
region_rect = Rect2( 0, 0, 768, 432 )
[node name="Background" parent="Decoration" instance=ExtResource( 12 )]
[node name="TileMap" type="TileMap" parent="."]
tile_set = SubResource( 10 )
@ -234,6 +224,27 @@ position = Vector2( 0, 248 )
[node name="PinkPeg" parent="Pegs" instance=ExtResource( 8 )]
position = Vector2( 190, 72 )
[node name="YellowPeg" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 136, 101 )
[node name="YellowPeg3" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 149, 112 )
[node name="YellowPeg4" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 164, 131 )
[node name="YellowPeg5" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 189, 121 )
[node name="YellowPeg6" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 204, 111 )
[node name="YellowPeg7" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 212, 126 )
[node name="YellowPeg2" parent="Pegs" instance=ExtResource( 4 )]
position = Vector2( 163, 115 )
[node name="Bucket" parent="." instance=ExtResource( 6 )]
position = Vector2( 192, 209 )
@ -241,24 +252,6 @@ position = Vector2( 192, 209 )
[node name="Pause" parent="." instance=ExtResource( 14 )]
[node name="YellowPeg" parent="." instance=ExtResource( 4 )]
position = Vector2( 152, 38 )
[node name="PurpleBar" parent="." instance=ExtResource( 13 )]
position = Vector2( 70, 100 )
[node name="PurpleBar2" parent="." instance=ExtResource( 13 )]
position = Vector2( 123, 134 )
[node name="PurpleBar3" parent="." instance=ExtResource( 13 )]
position = Vector2( 62, 154 )
[node name="PurpleBar4" parent="." instance=ExtResource( 13 )]
position = Vector2( 30, 124 )
[node name="PowerupCards" parent="." instance=ExtResource( 15 )]
[node name="YellowPeg2" parent="." instance=ExtResource( 4 )]
position = Vector2( 298, 53 )
[editable path="Ball"]