summaryrefslogtreecommitdiff
path: root/client/map/items/burned_pot.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-26 23:28:07 +0200
committernokoe <nokoe@mailbox.org>2024-06-26 23:28:52 +0200
commitec4e2769ee7148cbc0afa329f5fe5922051abba8 (patch)
tree7bbdfe1cefa0695daeb51ada8527c1bcd03aeafd /client/map/items/burned_pot.gd
parent8784d1a619f4224a4fe659750c91561fcc733100 (diff)
downloadhurrycurry-ec4e2769ee7148cbc0afa329f5fe5922051abba8.tar
hurrycurry-ec4e2769ee7148cbc0afa329f5fe5922051abba8.tar.bz2
hurrycurry-ec4e2769ee7148cbc0afa329f5fe5922051abba8.tar.zst
add zoom, improve camera
Diffstat (limited to 'client/map/items/burned_pot.gd')
-rw-r--r--client/map/items/burned_pot.gd4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/map/items/burned_pot.gd b/client/map/items/burned_pot.gd
index dc749259..d38cae6e 100644
--- a/client/map/items/burned_pot.gd
+++ b/client/map/items/burned_pot.gd
@@ -18,6 +18,8 @@ extends PotFill
func _init(owned_by_: Node3D):
super(owned_by_)
- steam.emitting = true
steam.color = Color(0., 0., 0.)
set_color(Color(.1, .1, .1))
+
+func _ready():
+ steam.emitting = true