# L&L - graphic configure - version 1.0.0


################


def {

	title = "TEXT MODE - SMALL"

	text_mode = 1

	font_size_point = 12

	font_size_dot = 12
	scale = 50

	tile_size_x = 32
	tile_size_y = 32
}


################


#def {

#	title = "TEXT MODE - SMALL 2"

#	text_mode = 1

#	font_size_point = 12

#	font_size_dot = 12
#	scale = 100

#	tile_size_x = 16
#	tile_size_y = 16
#}


################


def {

	title = "TEXT MODE"

	text_mode = 1

	font_size_point = 20

	font_size_dot = 20

	scale = 100

	tile_size_x = 32

	tile_size_y = 32

}


################


def {

	title = "TILE GRAPHIC MODE - SMALL"

	scale = 50

	tile_size_x = 32

	tile_size_y = 32

	character_patern = "tile"

	wall_patern = "type_a"

	door_patern = "type_a"

	signboard_patern = "type_a"

}


################


def {

	title = "TILE GRAPHIC MODE"


	// GUI text mode (1:ON, 0:OFF)

	text_mode = 0


	// font size UNIX/Linux (point)

	font_size_point = 16


	// font size MS-Windows (dot)

	font_size_dot = 16


	// map scale (%)

	scale = 100


	// tile size (dot)

	tile_size_x = 32

	tile_size_y = 32


	// tile (1x1), RPG_XP (4x4) or RPG_2000 (3x4)

	character_patern = "tile"


	// tile (1x1) or type_a (4x4)

	wall_patern = "type_a"


	// tile (1x1) or type_a (3x3)

	door_patern = "type_a"


	// tile (1x1) or type_a (3x1)

	signboard_patern = "type_a"

}
