diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-21 10:54:13 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-21 10:54:13 -0800 |
| commit | 66ce5dd3c6d321d2b4a050ea6d3a8e77cf563c1b (patch) | |
| tree | c827a8e42bd494b8678a4c02852d65e2c3c710a6 /objects.lua | |
| parent | 9ae61a80096b2c8bcbfb72f1302ee653efff716c (diff) | |
Some changes to the missle boss.
Diffstat (limited to 'objects.lua')
| -rw-r--r-- | objects.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objects.lua b/objects.lua index f435b83..3ff08ef 100644 --- a/objects.lua +++ b/objects.lua @@ -15,6 +15,8 @@ highscore0 = dget(0) --scores (0 is solo - 1 is coop) highscore1 = dget(1) currentscore = 0 --used for both gamemodes, but passed into highscore at end of game currentsong = -1 +playercolour0 = 12 --for final score screen +playercolour1 = 15 function startgame() |
