Looking around the map in tutorial

This commit is contained in:
Pasi Kallinen
2024-12-05 15:42:15 +02:00
parent 08be1bafdd
commit b73581b745

View File

@@ -103,7 +103,7 @@ des.door({ coord = { 5,10 }, state = "locked" });
tut_key_help(6, 8);
des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map with '" .. tut_key("glance") .. "'", degrade = false });
des.engraving({ coord = { 5,12 }, type = "engrave", text = "Look around the map with '" .. tut_key("glance") .. "', press ESC when you're done", degrade = false });
--