13 lines
511 B
Lua
13 lines
511 B
Lua
|
|
-- <20><EFBFBD>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD> <20><>ũ<EFBFBD><C5A9>Ʈ<EFBFBD>Դϴ<D4B4>.
|
|||
|
|
|
|||
|
|
resource_path = "r:\\GameRes\\Resource"
|
|||
|
|
--resource_path = "D:\\Work\\Client\\DragonNest\\Resource"
|
|||
|
|
chardata_path = string.format( "%s/%s", resource_path, "Char" )
|
|||
|
|
ext_path = string.format( "%s/%s", resource_path, "Ext" )
|
|||
|
|
mapdata_path = "r:\\GameRes\\MapData"
|
|||
|
|
shader_path = "r:\\GameRes\\Resource\\SharedEffect"
|
|||
|
|
|
|||
|
|
--mapdata_path = "D:\\Work\\Client\\DragonNest\\Resource\\MapData"
|
|||
|
|
--shader_path = "D:\\Work\\Client\\DragonNest\\Resource\\SharedEffect"
|
|||
|
|
|
|||
|
|
--print( "hello world!!" )
|