Add a new bigroom variant "two hexagons"

This commit is contained in:
Pasi Kallinen
2024-12-21 12:11:03 +02:00
parent e7a714849e
commit f7e86aa150
6 changed files with 91 additions and 1 deletions

View File

@@ -1423,6 +1423,8 @@
"$(NH_DAT_DIR)/Bar-strt.lua",
"$(NH_DAT_DIR)/bigrm-1.lua",
"$(NH_DAT_DIR)/bigrm-10.lua",
"$(NH_DAT_DIR)/bigrm-11.lua",
"$(NH_DAT_DIR)/bigrm-12.lua",
"$(NH_DAT_DIR)/bigrm-2.lua",
"$(NH_DAT_DIR)/bigrm-3.lua",
"$(NH_DAT_DIR)/bigrm-4.lua",

View File

@@ -449,6 +449,7 @@ CLEAN_FILE += $(NHLUAH)
LUALIST = air Arc-fila Arc-filb Arc-goal Arc-loca Arc-strt \
asmodeus astral baalz Bar-fila Bar-filb Bar-goal \
Bar-loca Bar-strt bigrm-1 bigrm-10 bigrm-11 bigrm-2 \
bigrm-12 \
bigrm-3 bigrm-4 bigrm-5 bigrm-6 bigrm-7 bigrm-8 \
bigrm-9 castle Cav-fila Cav-filb Cav-goal Cav-loca \
Cav-strt dungeon earth fakewiz1 fakewiz2 fire \

View File

@@ -554,6 +554,7 @@ LUA_FILES = $(DAT)\air.lua $(DAT)\Arc-fila.lua $(DAT)\Arc-filb.lua \
$(DAT)\Bar-fila.lua $(DAT)\Bar-filb.lua $(DAT)\Bar-goal.lua \
$(DAT)\Bar-loca.lua $(DAT)\Bar-strt.lua $(DAT)\bigrm-1.lua \
$(DAT)\bigrm-10.lua $(DAT)\bigrm-11.lua $(DAT)\bigrm-2.lua \
$(DAT)\bigrm-12.lua \
$(DAT)\bigrm-3.lua $(DAT)\bigrm-4.lua $(DAT)\bigrm-5.lua \
$(DAT)\bigrm-6.lua $(DAT)\bigrm-7.lua $(DAT)\bigrm-8.lua \
$(DAT)\bigrm-9.lua $(DAT)\castle.lua $(DAT)\Cav-fila.lua \

View File

@@ -32,6 +32,7 @@
<Luafiles Include = "bigrm-1.lua"/>
<Luafiles Include = "bigrm-10.lua"/>
<Luafiles Include = "bigrm-11.lua"/>
<Luafiles Include = "bigrm-12.lua"/>
<Luafiles Include = "bigrm-2.lua"/>
<Luafiles Include = "bigrm-3.lua"/>
<Luafiles Include = "bigrm-4.lua"/>