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
10
scenes/goose.tscn
Normal file
10
scenes/goose.tscn
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_scene format=3 uid="uid://cd1kwb8klcsb5"]
|
||||
|
||||
[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"]
|
||||
|
||||
[node name="Goose" type="Area2D" unique_id=1594509381]
|
||||
script = ExtResource("1_wf0t2")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1690665905]
|
||||
texture = ExtResource("1_wo8sg")
|
||||
Loading…
Add table
Add a link
Reference in a new issue