Change points for popped bubbles
parent
85a6620daf
commit
bfe12002e5
2
main.lua
2
main.lua
|
|
@ -492,7 +492,7 @@ function love.update(dt)
|
||||||
alpha = 1.0
|
alpha = 1.0
|
||||||
}
|
}
|
||||||
game.bubble_slots[index].bubble_type = 0
|
game.bubble_slots[index].bubble_type = 0
|
||||||
local points = i * 5
|
local points = (i + 1) ^ 2
|
||||||
game.score = game.score + points
|
game.score = game.score + points
|
||||||
game.points_display[#game.points_display+1] = {
|
game.points_display[#game.points_display+1] = {
|
||||||
points = points,
|
points = points,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue