-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathheader_game_menus.py
More file actions
21 lines (18 loc) · 838 Bytes
/
header_game_menus.py
File metadata and controls
21 lines (18 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###################################################
# header_game_menus.py
# This file contains declarations for game menus
# DO NOT EDIT THIS FILE!
###################################################
from header_common import *
from header_operations import *
from header_item_modifiers import *
from header_skills import *
from header_troops import *
# menu flags:
mnf_join_battle = 0x00000001 #Consider this menu when the player joins a battle
mnf_auto_enter = 0x00000010 #Automatically enter the town with the first menu option.
mnf_enable_hot_keys = 0x00000100 #Enables P,I,C keys
mnf_disable_all_keys = 0x00000200 #Disables all keys
mnf_scale_picture = 0x00001000 #Scale menu picture to offest screen aspect ratio
def menu_text_color(color):
return color << 32