Implemented challenges!!!!!

This commit is contained in:
Hailey
2021-11-14 14:18:55 +10:00
parent 23b42a534e
commit 9f5f9bc336
12 changed files with 375 additions and 21 deletions

View File

@@ -118,7 +118,8 @@ misc_graphics = {
ready = love.graphics.newImage("res/img/ready.png"),
go = love.graphics.newImage("res/img/go.png"),
select_mode = love.graphics.newImage("res/img/select_mode.png"),
select_challenge = love.graphics.newImage("res/img/select_challenge_placeholder.png"),
strike = love.graphics.newImage("res/img/strike.png"),
santa = love.graphics.newImage("res/img/santa.png"),
icon = love.graphics.newImage("res/img/cambridge_transparent.png")
}
}