From d236cb494c1b7e408f65b3bc7e653a4bcb696b20 Mon Sep 17 00:00:00 2001 From: Evan Thompson Date: Sat, 28 Oct 2017 13:32:11 -0500 Subject: [PATCH] Import fofix.core.constants in Menu.py --- fofix/game/Menu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fofix/game/Menu.py b/fofix/game/Menu.py index 2fb255f26..faba3d1e1 100644 --- a/fofix/game/Menu.py +++ b/fofix/game/Menu.py @@ -37,6 +37,7 @@ from fofix.core.View import Layer from fofix.core import Player from fofix.core import Data +from fofix.core.constants import * class Choice: def __init__(self, text, callback, name = None, values = None, valueIndex = 0, append_submenu_char = True, tipText = None):