Added goose_talk() to the global event bus. And a goose.
This commit is contained in:
parent
614c5b5f78
commit
69b3b935ad
10 changed files with 80 additions and 3 deletions
|
|
@ -8,6 +8,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://bonoqs5pisflo" path="res://_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png" id="5_lquwl"]
|
||||
[ext_resource type="Texture2D" uid="uid://0mcbtnidp5kn" path="res://sprites/third space title.png" id="5_tipki"]
|
||||
[ext_resource type="Texture2D" uid="uid://bubqwoum50gf8" path="res://_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" id="6_7mycd"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd1kwb8klcsb5" path="res://scenes/goose.tscn" id="9_85g3d"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_1bvp3"]
|
||||
length = 0.001
|
||||
|
|
@ -70,7 +71,7 @@ autoplay = &"scroll"
|
|||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1849605109]
|
||||
|
||||
[node name="UI" parent="CanvasLayer" unique_id=1138646344 instance=ExtResource("4_1bvp3")]
|
||||
offset_right = 196.0
|
||||
offset_right = -1.0
|
||||
offset_bottom = 36.0
|
||||
|
||||
[node name="Title" type="TextureRect" parent="CanvasLayer" unique_id=561106216]
|
||||
|
|
@ -106,4 +107,9 @@ texture = ExtResource("3_tipki")
|
|||
centered = false
|
||||
region_rect = Rect2(0, 0, 240, 320)
|
||||
|
||||
[node name="Goose" parent="." unique_id=1594509381 instance=ExtResource("9_85g3d")]
|
||||
visible = false
|
||||
z_index = 2
|
||||
position = Vector2(233, 272)
|
||||
|
||||
[connection signal="pressed" from="CanvasLayer/CenterContainer/Start" to="." method="_on_start_pressed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue