Files
Grinch-AP/worlds/wargroove/Wargroove.kv
FlySniper 5966aa5327 Wargroove: Implement New Game (#1401)
This adds Wargroove to the list of supported games. Wargroove uses a custom non-linear campaign over the vanilla and double trouble campaigns. A Wargroove client has been added which does a lot of heavy lifting for the Wargroove implementation and must be always on during gameplay. The mod source files can be found here: https://github.com/FlySniper/WargrooveArchipelagoMod
2023-02-24 07:35:09 +01:00

28 lines
540 B
Plaintext

<FactionBox>:
orientation: 'vertical'
padding: [10,5,10,5]
size_hint_y: 0.14
<CommanderGroup>:
orientation: 'horizontal'
<CommanderButton>:
text_size: self.size
size_hint: (None, 0.8)
width: 100
markup: True
halign: 'center'
valign: 'middle'
padding_x: 5
outline_width: 1
disabled: True
on_release: setattr(self, 'state', 'down')
<ItemTracker>:
orientation: 'horizontal'
padding_y: 5
<ItemLabel>:
size_hint_x: None
size: self.texture_size
pos_hint: {'left': 1}