-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.kv
More file actions
28 lines (28 loc) · 741 Bytes
/
interface.kv
File metadata and controls
28 lines (28 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<hangman>:
orientation:'vertical'
BoxLayout
orientation:'vertical'
BoxLayout:
Label:
text:'JOGO DA FORCA (v1.0)'
font_size: 26
size_hint_y:None
height: 15
Label:
text:'Digite a palavra a ser advinhada no campo abaixo'
height: 20
BoxLayout:
TextInput:
id: palavra
size_hint_y:None
height:50
size_hint_x:None
width: 500
font_size: 30
Button:
size_hint_y:None
height:50
size_hint_x:None
width: 200
text:'Confirmar Palavra'
on_release:root.recpal()