mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

* SC2: Functioning Starcraft 2 Mission Launcher UI * AutoWorld: add .__file__ attribute to AutoWorlds This tries to help with a recurring easy to make mistake, where ./worlds/myworld does not exist in frozen form and is instead ./lib/worlds/myworld * SC2: get .kv file path correctly when frozen too Co-authored-by: TheCondor07 <TheCondorian07@gmail.com> Co-authored-by: Fabian Dill <fabian.dill@web.de>
17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
<MissionLayout>:
|
|
rows: 1
|
|
|
|
<MissionCategory>:
|
|
cols: 1
|
|
padding: [10,5,10,5]
|
|
spacing: [0,5]
|
|
|
|
<MissionButton>:
|
|
text_size: self.size
|
|
markup: True
|
|
halign: 'center'
|
|
valign: 'middle'
|
|
padding_x: 5
|
|
markup: True
|
|
outline_width: 1
|