-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule_map_icons.py
More file actions
23 lines (20 loc) · 879 Bytes
/
module_map_icons.py
File metadata and controls
23 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
from header_map_icons import *
from module_constants import *
from header_operations import *
from header_triggers import *
####################################################################################################################
# Each map icon record contains the following fields:
# 1) Map icon id: used for referencing map icons in other files.
# The prefix icon_ is automatically added before each map icon id.
# 2) Map icon flags. See header_map icons.py for a list of available flags
# 3) Mesh name.
# 4) Scale.
# 5) Sound.
# 6) Offset x position for the flag icon.
# 7) Offset y position for the flag icon.
# 8) Offset z position for the flag icon.
####################################################################################################################
banner_scale = 0.3
avatar_scale = 0.15
map_icons = [
]