diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-22 01:32:45 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-22 01:32:45 +0200 |
commit | dd9245c6b22f756bc439960afabf5793634c45f5 (patch) | |
tree | 15d2ba2f9de2fe545714676f4827468ad42bd1ae /config/nauts.lua | |
parent | c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f (diff) | |
download | roflnauts-dd9245c6b22f756bc439960afabf5793634c45f5.zip roflnauts-dd9245c6b22f756bc439960afabf5793634c45f5.tar.gz roflnauts-dd9245c6b22f756bc439960afabf5793634c45f5.tar.bz2 |
Split nauts.lua into several files now used by Hero and Menu
Diffstat (limited to 'config/nauts.lua')
-rw-r--r-- | config/nauts.lua | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/config/nauts.lua b/config/nauts.lua deleted file mode 100644 index aa351b9..0000000 --- a/config/nauts.lua +++ /dev/null @@ -1,46 +0,0 @@ --- List of characters with empty character included --- icons list is generated from this file -return { - "empty", -- empty - "random", --random - "froggo", -- froggy - "cowboy", -- lonestar - "honic", -- leon - "gelato", -- scoop - "veno", -- gnaw - "lady", -- raelynn - "girl", -- ayla - "megoman", -- clunk - "brainos", -- voltar - "woman", -- coco - "bison", -- skolldir - "bobito", -- yuri - "slugzor", -- derpl - "capone", -- vinnie - "nemo", -- spike - "bug", -- genji - "calamari", -- swiggins - "quack", -- rocco - "scissors", -- ksenia - "link", -- ix - "cowman", -- deadlift - "marine", -- ted - "scooter", -- penny - "phonebooth", -- sentry - "weed", -- skree - "gummybear", -- nibbs - "gramps", -- yoolip - "biker", -- chucho - "vrooom", -- lux - "shutter", -- max - "froggirl", -- dizzy - "dundee", -- smiles - "missile", -- commander rocket - "swarm", -- qi'tara - "disco", -- esc rocco - "joystick", -- 8-bit yoolip - "yarr", -- ted pirate - "blblal", -- blabl zork - "kong", -- ronimo - "rock", -- rock -} |