1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

Add warp background as general information

This commit is contained in:
AllyTally 2023-09-19 17:37:47 -03:00 committed by Misa Elizabeth Kai
parent f7ca850017
commit 0804f2d0c0

View File

@ -1,6 +1,7 @@
#include "LevelDebugger.h"
#include "Constants.h"
#include "CustomLevels.h"
#include "Entity.h"
#include "Font.h"
#include "Graphics.h"
@ -345,6 +346,7 @@ namespace level_debugger
line++;
render_info(line++, "AEM Target", help.String(script.i));
render_info(line++, "Warp Background", help.String(cl.getroomprop(game.roomx % 100, game.roomy % 100)->warpdir));
line++;