From 3665c0e8ae7e9f72dc39c793ff5f5a5107e748a7 Mon Sep 17 00:00:00 2001 From: Robert Zenz Date: Wed, 2 Sep 2015 19:43:43 +0200 Subject: [PATCH] Extended example. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 0cffda0..908ad91 100644 --- a/README +++ b/README @@ -12,6 +12,12 @@ To activate the system, add it to your `depends.txt` and call this in your `init.lua.`: spawnusher.activate() + + -- With parameters. + spawnusher.activate( + 40, -- random_placement_radius + 2, -- required_bubble_size + 0.5) -- retry_time Optionally, you can set parameters when activating it, it accepts three parameters: