From 27cb277b0e67df488615a6823421ac5cc266d459 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 21 May 2024 10:07:43 -0500 Subject: [PATCH] Add Jack N' Jill DX to "written for" comment --- Program.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index b978576..f44d327 100644 --- a/Program.cs +++ b/Program.cs @@ -1,8 +1,9 @@ -//Written for games in the Spiller Engine, by Ratalaika Games. https://ratalaikagames.com/ -//The Minotaur https://store.steampowered.com/app/412540/ -//Defend Your Crypt https://store.steampowered.com/app/457450/ -//League of Evil https://store.steampowered.com/app/491060/ -//Squareboy vs Bullies Arena Edition https://store.steampowered.com/app/709620/ +//Written for games in the Spiller Engine, by Ratalaika Games. https://ratalaikagames.com +//The Minotaur https://store.steampowered.com/app/412540 +//Defend Your Crypt https://store.steampowered.com/app/457450 +//League of Evil https://store.steampowered.com/app/491060 +//Squareboy vs Bullies Arena Edition https://store.steampowered.com/app/709620 +//Jack N' Jill DX https://store.steampowered.com/app/873560 using System; using System.IO; using System.IO.Compression;