mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Adds steam to the coffeemaker + fix (#69505)
Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/particles/smoke
|
||||
icon = 'icons/effects/particles/smoke.dmi'
|
||||
icon_state = list("smoke_1" = 1, "smoke_2" = 1, "smoke_3" = 2)
|
||||
width = 100
|
||||
height = 100
|
||||
count = 1000
|
||||
spawning = 4
|
||||
lifespan = 1.5 SECONDS
|
||||
fade = 1 SECONDS
|
||||
velocity = list(0, 0.4, 0)
|
||||
position = list(6, 0, 0)
|
||||
drift = generator("sphere", 0, 2, NORMAL_RAND)
|
||||
friction = 0.2
|
||||
gravity = list(0, 0.95)
|
||||
grow = 0.05
|
||||
|
||||
/particles/smoke/steam
|
||||
icon_state = list("steam_1" = 1, "steam_2" = 1, "steam_3" = 2)
|
||||
fade = 1.5 SECONDS
|
||||
|
||||
/particles/smoke/steam/mild
|
||||
spawning = 1
|
||||
velocity = list(0, 0.3, 0)
|
||||
friction = 0.25
|
||||
Reference in New Issue
Block a user