from naja.constants import (
INFO_SIZE, ACT, KEYS, EXAMINE, PALETTE,
- ACTION_TEXT_OFFSET, INFO_LEFT_PADDING)
+ ACTION_TEXT_OFFSET, INFO_LEFT_PADDING, BIT_SIZE)
from naja.events import finish_event
from naja.resources import resources
from naja.resources.mutators import EIGHT_BIT, blender
box_width=(INFO_SIZE[0] - INFO_LEFT_PADDING - 8))
hint.prepare()
y_offset = (
- INFO_SIZE[1] - hint.surface.get_rect().height - INFO_LEFT_PADDING
+ INFO_SIZE[1] - hint.surface.get_rect().height - BIT_SIZE[1]
- 2)
self.surface.blit(hint.surface, (INFO_LEFT_PADDING, y_offset))