diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-15 23:06:51 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-15 23:06:51 +0200 |
commit | 32a4ebfa5a8af65bd763dfaeef0a0217e94cceeb (patch) | |
tree | bd50f40939a52ae320f109274ca389da57c34ee3 /main.lua | |
parent | cc6312dbeaaa16bea9819e27e85b93a00b92c6e0 (diff) | |
download | roflnauts-32a4ebfa5a8af65bd763dfaeef0a0217e94cceeb.zip roflnauts-32a4ebfa5a8af65bd763dfaeef0a0217e94cceeb.tar.gz roflnauts-32a4ebfa5a8af65bd763dfaeef0a0217e94cceeb.tar.bz2 |
Clouds :cloud: :cloud: :cloud:
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ function love.load () w:createNaut(290/2-10, 180/2 - 80, "assets/leon.png") w:createNaut(290/2+10, 180/2 - 80, "assets/lonestar.png") + w:randomizeCloud() + w:randomizeCloud() + w:randomizeCloud() + -- Temporary settings for second player w.Nauts[2].name = "Player2" w.Nauts[2].key_left = "a" |