Started boss wave and iniital assets; broke out parallax speed change
functionality.
This commit is contained in:
parent
4f0eff986f
commit
59d42fb906
9 changed files with 110 additions and 16 deletions
|
|
@ -1,132 +0,0 @@
|
|||
[gd_scene format=3 uid="uid://tlcdxoupi2lb"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b5ukhu38gqv6" path="res://sprites/cloud layers.png" id="1_b1x6b"]
|
||||
[ext_resource type="Texture2D" uid="uid://cu1hmiru4slak" path="res://sprites/coffee-buoy.png" id="2_pcgsf"]
|
||||
|
||||
[node name="Parallax Clouds" type="Node2D" unique_id=1859128454]
|
||||
z_index = -100
|
||||
|
||||
[node name="Foreground" type="Parallax2D" parent="." unique_id=1810383542]
|
||||
self_modulate = Color(0.09185078, 0.09185078, 0.09185078, 1)
|
||||
z_index = 5
|
||||
scroll_scale = Vector2(1, 2.5)
|
||||
scroll_offset = Vector2(-88, -1)
|
||||
repeat_size = Vector2(0, 64)
|
||||
autoscroll = Vector2(0, 12)
|
||||
repeat_times = 6
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Foreground" unique_id=1072362228]
|
||||
texture_repeat = 2
|
||||
position = Vector2(120, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
hframes = 4
|
||||
frame = 3
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Foreground" unique_id=197485442]
|
||||
texture_repeat = 2
|
||||
position = Vector2(296, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
flip_h = true
|
||||
hframes = 4
|
||||
frame = 3
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Midground A" type="Parallax2D" parent="." unique_id=808073040]
|
||||
z_index = 4
|
||||
scroll_scale = Vector2(-1, 1.75)
|
||||
scroll_offset = Vector2(-87, -1)
|
||||
repeat_size = Vector2(0, 64)
|
||||
autoscroll = Vector2(0, 6)
|
||||
repeat_times = 6
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Midground A" unique_id=1827015332]
|
||||
texture_repeat = 2
|
||||
position = Vector2(120, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
hframes = 4
|
||||
frame = 2
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Midground A" unique_id=1995499185]
|
||||
texture_repeat = 2
|
||||
position = Vector2(293, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
flip_h = true
|
||||
hframes = 4
|
||||
frame = 2
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Midground B" type="Parallax2D" parent="." unique_id=2012107382]
|
||||
z_index = 3
|
||||
scroll_scale = Vector2(-1, 1)
|
||||
scroll_offset = Vector2(-87, -1)
|
||||
repeat_size = Vector2(0, 64)
|
||||
autoscroll = Vector2(0, 4)
|
||||
repeat_times = 6
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Midground B" unique_id=319143427]
|
||||
texture_repeat = 2
|
||||
position = Vector2(122, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
hframes = 4
|
||||
frame = 1
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Midground B" unique_id=1709016326]
|
||||
texture_repeat = 2
|
||||
position = Vector2(292, 160)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
flip_h = true
|
||||
hframes = 4
|
||||
frame = 1
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Background Nothing" type="Parallax2D" parent="." unique_id=603653601]
|
||||
scroll_scale = Vector2(1.5, -2)
|
||||
scroll_offset = Vector2(-89, -27)
|
||||
repeat_size = Vector2(0, 32)
|
||||
autoscroll = Vector2(0, 1.5)
|
||||
repeat_times = 11
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Background Nothing" unique_id=2117909699]
|
||||
modulate = Color(0.6524728, 0.65247285, 0.6524728, 1)
|
||||
texture_repeat = 2
|
||||
position = Vector2(105, 133)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
centered = false
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Background Nothing" unique_id=534116580]
|
||||
modulate = Color(0.6524728, 0.65247285, 0.6524728, 1)
|
||||
texture_repeat = 2
|
||||
position = Vector2(247, 133)
|
||||
texture = ExtResource("1_b1x6b")
|
||||
centered = false
|
||||
flip_h = true
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[node name="Coffee Buoy" type="Parallax2D" parent="." unique_id=813362228]
|
||||
self_modulate = Color(0.5931336, 0.59313357, 0.59313357, 1)
|
||||
scroll_scale = Vector2(1, -2)
|
||||
repeat_size = Vector2(0, 375)
|
||||
autoscroll = Vector2(0, 1)
|
||||
repeat_times = 3
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Coffee Buoy" unique_id=997370246]
|
||||
position = Vector2(150, 205)
|
||||
texture = ExtResource("2_pcgsf")
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Coffee Buoy" unique_id=603875955]
|
||||
position = Vector2(85, 45)
|
||||
scale = Vector2(0.75, 0.75)
|
||||
texture = ExtResource("2_pcgsf")
|
||||
flip_h = true
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=23364495]
|
||||
z_index = -5
|
||||
offset_right = 239.0
|
||||
offset_bottom = 323.0
|
||||
color = Color(0.14509805, 0.16470589, 0.23921569, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue