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
1 changed files with 2 additions and 0 deletions

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++;