Can i delete the " Testing Level - Press ESC to return ....

Mods, guides how to use and install mods go right in here.
Post Reply
FaycalMenouar
Posts: 1069
Joined: 11 May 2012, 18:00

Post » 02 Aug 2012, 17:47

how do i delete that ? is it possible ?
TESTING LEVEL - PRESS ESC TO RETURN TO EDITOR

User avatar
Automatik
Posts: 1073
Joined: 20 Jul 2012, 17:54
Contact:

Post » 02 Aug 2012, 18:32

This text appear in game, when testing the level, right?
So, I go into game.lua, ctrl-F "TESTING LEVEL - PRESS ESC TO RETURN TO EDITOR" and I get, line 1776 :

Code: Select all

	if testlevel then
		love.graphics.setColor(255, 0, 0)
		properprint("testing level - press esc to return to editor", 0, 0)
	end
Here's the code.
you just need to remove it aaaand you are done!

FaycalMenouar
Posts: 1069
Joined: 11 May 2012, 18:00

Post » 02 Aug 2012, 18:50

Thanks , it works ! :D

Post Reply