From a5032386e6fb366c787e7aeec4bbd89e89217153 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Mon, 14 Jun 2021 23:55:36 -0400 Subject: [PATCH] Small update to a contributor's name --- README.md | 1 + scene/credits.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 000b314..589a017 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Notable Games - [Tetra Legends](https://tetralegends.app) by Dr Ocelot - [Shiromino](https://github.com/shiromino/shiromino) by Felicity/nightmareci/kdex - [Cursed Blocks](https://github.com/Manabender/Cursed-Blocks) by Manabender +- Picoris 1/2 by MarkGamed - Tetra Online by Mine - [TETR.IO](https://tetr.io) by osk - [Master of Blocks](https://discord.gg/72FZ49mjWh) by Phoenix Flare diff --git a/scene/credits.lua b/scene/credits.lua index d9211ab..8a791dc 100644 --- a/scene/credits.lua +++ b/scene/credits.lua @@ -41,7 +41,7 @@ function CreditsScene:render() love.graphics.setFont(font_3x5_2) love.graphics.print("Oshisaure\nJoe Zeng", 320, 590 - self.frames / 2) - love.graphics.print("Mizu\nMarkGamed7794", 320, 680 - self.frames / 2) + love.graphics.print("Mizu\nMarkGamed", 320, 680 - self.frames / 2) love.graphics.print( "2Tie - TGMsim\nAxel Fox - Multimino\nDr Ocelot - Tetra Legends\n" .. "Felicity/nightmareci/kdex - Shiromino\nMine - Tetra Online\n" ..