Expose flip_level to lua

This commit is contained in:
Pasi Kallinen
2026-01-20 17:50:27 +02:00
parent ae452e04b9
commit e9f57281f8
2 changed files with 27 additions and 0 deletions

View File

@@ -120,6 +120,15 @@ Example:
local k = nh.eckey("help");
=== flip_level
Flip the level horizontally or vertically.
Example:
nh.flip_level(1);
=== getlin
Asks the player for a text to enter, and returns the entered string.