mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 16:19:03 -06:00
Accidentally swapped blue and orange in the colour scheme update, changing it back with this commit
This commit is contained in:
parent
5d32b6a3e7
commit
b59edb5e8e
@ -27,11 +27,11 @@ backgrounds = {
|
|||||||
blocks = {
|
blocks = {
|
||||||
["2tie"] = {
|
["2tie"] = {
|
||||||
R = love.graphics.newImage("res/img/s1.png"),
|
R = love.graphics.newImage("res/img/s1.png"),
|
||||||
O = love.graphics.newImage("res/img/s4.png"),
|
O = love.graphics.newImage("res/img/s3.png"),
|
||||||
Y = love.graphics.newImage("res/img/s7.png"),
|
Y = love.graphics.newImage("res/img/s7.png"),
|
||||||
G = love.graphics.newImage("res/img/s6.png"),
|
G = love.graphics.newImage("res/img/s6.png"),
|
||||||
C = love.graphics.newImage("res/img/s2.png"),
|
C = love.graphics.newImage("res/img/s2.png"),
|
||||||
B = love.graphics.newImage("res/img/s3.png"),
|
B = love.graphics.newImage("res/img/s4.png"),
|
||||||
M = love.graphics.newImage("res/img/s5.png"),
|
M = love.graphics.newImage("res/img/s5.png"),
|
||||||
X = love.graphics.newImage("res/img/s9.png"),
|
X = love.graphics.newImage("res/img/s9.png"),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user