1
Fork 0
mirror of https://github.com/Steffo99/noita-starting-perk.git synced 2024-10-16 05:27:27 +00:00

Remove debug msgs

This commit is contained in:
Steffo 2021-09-11 01:18:24 +02:00
parent 3d91c73ba7
commit a300f2d316
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -34,8 +34,6 @@ function OnPlayerSpawned( player_entity )
-- Ceil makes it wider instead of taller
local rows = math.ceil(math.sqrt(perks_amount))
GamePrint("Spawning rows: "..tostring(rows))
-- Draw perk rows
for current_row = 1, rows, 1 do
@ -49,8 +47,6 @@ function OnPlayerSpawned( player_entity )
cols = rows
end
GamePrint("Spawning cols: " .. tostring(cols))
-- If there is something to spawn
if cols ~= 0 then
-- Find the total row width