diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,10 @@ local cam = { } for i = 1, 100 do - obj.new("test", {math.random(1000), math.random(1000)}) + obj.new("test", {math.random() * 1000, math.random() * 1000}, { + avel = math.random() * 0.5 - 0.25, + vel = {math.random() * 0.5 - 0.25, math.random() * 0.5 - 0.25} + }) end local function view_scale() |
