aboutsummaryrefslogtreecommitdiff
path: root/objects.lua
diff options
context:
space:
mode:
authorRibbonCable <ambiguousmachine@gmail.com>2022-02-21 10:54:13 -0800
committerRibbonCable <ambiguousmachine@gmail.com>2022-02-21 10:54:13 -0800
commit66ce5dd3c6d321d2b4a050ea6d3a8e77cf563c1b (patch)
treec827a8e42bd494b8678a4c02852d65e2c3c710a6 /objects.lua
parent9ae61a80096b2c8bcbfb72f1302ee653efff716c (diff)
Some changes to the missle boss.
Diffstat (limited to 'objects.lua')
-rw-r--r--objects.lua2
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()