Completely redesigned the parallax scrolling with clouds; added Maggie's
welcome sound on new game.
This commit is contained in:
parent
c5a25cb33a
commit
fd607018a3
11 changed files with 227 additions and 53 deletions
|
|
@ -2,9 +2,22 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://dlojuida57qag" path="res://scenes/goose.gd" id="1_wf0t2"]
|
||||
[ext_resource type="Texture2D" uid="uid://budoyq517fj7r" path="res://sprites/goose.png" id="1_wo8sg"]
|
||||
[ext_resource type="Texture2D" uid="uid://boeji6333wj1p" path="res://sprites/bubble.png" id="3_g7ad0"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rsotj"]
|
||||
size = Vector2(73, 100)
|
||||
|
||||
[node name="Goose" type="Area2D" unique_id=1594509381]
|
||||
script = ExtResource("1_wf0t2")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1690665905]
|
||||
[node name="DapperGoose" type="Sprite2D" parent="." unique_id=1690665905]
|
||||
texture = ExtResource("1_wo8sg")
|
||||
|
||||
[node name="Bubble" type="Sprite2D" parent="DapperGoose" unique_id=2012258473]
|
||||
visible = false
|
||||
position = Vector2(-108, -21)
|
||||
texture = ExtResource("3_g7ad0")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1718121082]
|
||||
position = Vector2(-18.5, 1)
|
||||
shape = SubResource("RectangleShape2D_rsotj")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue