Module flower.Config
Config class.
Info:
- Release: V3.0.0
- Author: Makoto
Fields
WINDOW_TITLE | default width of the window |
WINDOW_WIDTH | default width of the window |
WINDOW_HEIGHT | default height of the window |
VIEWPORT_SCALE | default scale of the viewport |
VIEWPORT_YFLIP | default y behavior; set to true to have y=0 be the bottom of the screen |
BLEND_MODE | default blending mode for images |
LABEL_MAX_FIT_WIDTH | Max width for fit size. |
LABEL_MAX_FIT_HEIGHT | Max height for fit size. |
LABEL_MAX_FIT_LENGTH | default fit length. |
LABEL_FIT_PADDING | default fit padding. |
LABEL_HIGH_QUALITY_ENABLED | Whether to high quality automatically drawing the label |
TEXTURE_DEFAULT_FILTER | Default Texture filter |
TOUCH_EVENT_ENABLED | Whether to fire a touch event on the desktop environment |
MOUSE_EVENT_ENABLED | Whether to fire a mouse event on the desktop environment |
SCENE_CLOSED_DESTROY_ENABLED | Default scene destroy enabled |
FONT_NAME | Default font file |
FONT_CHARCODES | Default font charcodes |
FONT_POINTS | Default font points |
FONT_DPI | Default font dpi |
Fields
- WINDOW_TITLE
- default width of the window
- WINDOW_WIDTH
- default width of the window
- WINDOW_HEIGHT
- default height of the window
- VIEWPORT_SCALE
- default scale of the viewport
- VIEWPORT_YFLIP
- default y behavior; set to true to have y=0 be the bottom of the screen
- BLEND_MODE
- default blending mode for images
- LABEL_MAX_FIT_WIDTH
- Max width for fit size.
- LABEL_MAX_FIT_HEIGHT
- Max height for fit size.
- LABEL_MAX_FIT_LENGTH
- default fit length.
- LABEL_FIT_PADDING
- default fit padding.
- LABEL_HIGH_QUALITY_ENABLED
- Whether to high quality automatically drawing the label
- TEXTURE_DEFAULT_FILTER
- Default Texture filter
- TOUCH_EVENT_ENABLED
- Whether to fire a touch event on the desktop environment
- MOUSE_EVENT_ENABLED
- Whether to fire a mouse event on the desktop environment
- SCENE_CLOSED_DESTROY_ENABLED
- Default scene destroy enabled
- FONT_NAME
- Default font file
- FONT_CHARCODES
- Default font charcodes
- FONT_POINTS
- Default font points
- FONT_DPI
- Default font dpi