Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. buttonOptions['geom'] = gui_main.find('**/world_map_icon')
  2. buttonOptions['geom_scale'] = 0.095000000000000001
  3. self.mapButton = GuiButton(parent = self.buttonsParent, hotkeys = [
  4. 'm',
  5. 'shift-m'], hotkeyLabel = 'M', helpText = PLocalizer.MapButtonHelp, helpPos = helpPos, helpDelay = helpDelay, extraArgs = [
  6. 'guiMgrToggleMap'], pos = (1.63, 0, buttonPosZ))
  7. self.buttons['guiMgrToggleMap'] = self.mapButton
  8. buttonPosZ -= buttonHeight
  9. self.highlightButton('guiMgrToggleMap')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement