Changed project name

master
Eduardo Mezêncio 2015-09-26 13:14:40 -03:00
parent f17dd8c082
commit 7ce2049832
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Dungeon Test mod by Eduardo Mezêncio
EM Dungeon Generator mod by Eduardo Mezêncio
-------------------------------------------------------------------------------

View File

@ -2,7 +2,7 @@
-- Constants --
---------------
local modname = "dungeontest"
local modname = "em_dungeon_gen"
local roomsize = 6
halfrs = math.floor(roomsize / 2)