From bfe12002e54a7399302d00809248eff75d870797 Mon Sep 17 00:00:00 2001 From: Tyler Scott Date: Fri, 11 Feb 2022 21:55:35 +0700 Subject: [PATCH] Change points for popped bubbles --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 77cf4be..b5e037a 100644 --- a/main.lua +++ b/main.lua @@ -492,7 +492,7 @@ function love.update(dt) alpha = 1.0 } game.bubble_slots[index].bubble_type = 0 - local points = i * 5 + local points = (i + 1) ^ 2 game.score = game.score + points game.points_display[#game.points_display+1] = { points = points,