changed all "homedecor_" variable and function names to "homedecor."

(underscore -> period).  Similarly for intllib calls and the DEBUG variable.
This commit is contained in:
Vanessa Ezekowitz
2013-10-09 12:47:22 -04:00
부모 2550672352
커밋 e04a0e5e4f
18개의 변경된 파일161개의 추가작업 그리고 158개의 파일을 삭제

파일 보기

@@ -1,14 +1,14 @@
-- Boilerplate to support localized strings if intllib mod is installed.
local S
if intllib_modpath then
dofile(intllib_modpath.."/intllib.lua")
if homedecor.intllib_modpath then
dofile(homedecor.intllib_modpath.."/intllib.lua")
S = intllib.Getter(minetest.get_current_modname())
else
S = function ( s ) return s end
end
homedecor_door_models = {
homedecor.door_models = {
{
"closet_mahogany",
S("Mahogany Closet Door"),