Ensure that game board tiles get placed together.
This commit is contained in:
parent
c58c8b45fe
commit
b6ff53fd8d
|
@ -155,3 +155,8 @@ ScreenManager:
|
|||
<GameBoard@GridLayout>:
|
||||
rows: 8
|
||||
cols: 8
|
||||
# TODO: Make sure the grid height and width is a fraction of the screen.
|
||||
row_force_default: True
|
||||
row_default_height: 50
|
||||
col_force_default: True
|
||||
col_default_width: 50
|
||||
|
|
Loading…
Reference in New Issue