Add a scale var to your player, if you don't show the player at 1:1 at the start you need to set the initial value to the correct one else set it to 1, then on collision set this var to self*1.01 then set player scale to var value, you can do the last part on a every tick with dt and possibly lerping to get a more smooth growing transition.