This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Theme Song: | |
| https://www.youtube.com/watch?v=rKDSGfopHdo | |
| +++++++++++++++++++++++++++++++++++++++++++++++ | |
| + FACTION KEYWORD: Imperium - Adeptus Mechanicus | |
| + DETACHMENT: Haloscreed Battleclade | |
| + TOTAL ARMY POINTS: 2000pts | |
| + | |
| + WARLORD: Char1: Belisarius Cawl | |
| + ENHANCEMENT: Sanctified Ordnance (on Char1: Tech-Priest Manipulus) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| We missed the rules cut off, but these sacresants are still a hit (2000 points) | |
| Adepta Sororitas | |
| Strike Force (2000 points) | |
| Champions of Faith | |
| CHARACTERS | |
| Canoness (60 points) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Post-mfm-october (1995 Points) | |
| Astra Militarum | |
| Combined Regiment | |
| Strike Force (2000 Points) | |
| CHARACTERS | |
| Lord Solar Leontus (125 Points) | |
| • Warlord |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Post Invasion Musings v1 (1975 Points) | |
| Astra Militarum | |
| Combined Regiment | |
| Strike Force (2000 Points) | |
| CHARACTERS | |
| Gaunt’s Ghosts (100 Points) | |
| • 1x Ibram Gaunt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #:import MDDropdownMenu kivymd.menu.MDDropdownMenu | |
| <LogScreen>: | |
| BoxLayout: | |
| orientation: "vertical" | |
| Toolbar: | |
| id: toolbar | |
| title: "Logs for {}".format(root.machine_name) | |
| left_action_items: [["chevron-left", lambda x: app.root.onBackBtn(), False]] | |
| md_bg_color: app.theme_cls.primary_color |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: python -*- | |
| from kivy.deps import sdl2, glew | |
| block_cipher = None | |
| a = Analysis(['main.py'], | |
| pathex=['C:\\Users\\Kjetil\\code\\msale-driftsapp'], | |
| binaries=[], | |
| datas=[], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO ] Building with 4 processes, where supported | |
| [INFO ] Want to build ['kivy==master'] | |
| [INFO ] Loaded recipe kivy==master (depends of ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'ios', 'pyobjus', 'python'], optional are []) | |
| [INFO ] Loaded recipe sdl2 (depends of [], optional are []) | |
| [INFO ] Loaded recipe sdl2_image (depends of ['sdl2'], optional are []) | |
| [INFO ] Loaded recipe sdl2_mixer (depends of ['sdl2'], optional are []) | |
| [INFO ] Loaded recipe sdl2_ttf (depends of ['sdl2', 'freetype'], optional are []) | |
| [INFO ] Loaded recipe ios (depends of ['python'], optional are []) | |
| [INFO ] Loaded recipe pyobjus (depends of ['python'], optional are []) | |
| [INFO ] Loaded recipe python (depends of [u'python3'], optional are []) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from kivy.uix.boxlayout import BoxLayout | |
| from kivy.properties import ObjectProperty, BooleanProperty, DictProperty, StringProperty | |
| from kivy.clock import Clock | |
| from kivy.utils import platform | |
| from kivy.logger import Logger | |
| # KivyMD stuff | |
| from kivymd.snackbar import Snackbar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <span id="cc-login" style="background-color:#4CAF50;border:none;color:white;padding:20px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;border-radius: 4px;"><a class="cc-login">Client Login</a></span> | |
| <span id="cc-login" ><a class="cc-login" style="background-color:#4CAF50;border:none;color:white;padding:20px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;border-radius: 4px;" >Client Login</a></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ActionScreen>: | |
| BoxLayout: | |
| orientation: "vertical" | |
| Toolbar: | |
| id: toolbar | |
| title: "mSale Drift" | |
| left_action_items: [["chevron-left", lambda x: app.root.onBackBtn(), False]] | |
| right_action_items: [["menu", lambda x: app.root.ids.nav_layout.toggle_nav_drawer(), False]] | |
| background_color: app.theme_cls.primary_color |
NewerOlder