3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
// Helper actor that stops after 0.1 seconds
|
|
var _t = $delay($stop, 0.1)
|
// Helper actor that stops after 0.1 seconds
|
|
var _t = $delay($stop, 0.1)
|