npyscreen-adventure-game #8
|
@ -47,6 +47,21 @@ class GameNavigator(npyscreen.FormBaseNew):
|
||||||
rely=2,
|
rely=2,
|
||||||
editable=False)
|
editable=False)
|
||||||
|
|
||||||
|
self.logBoxOutline = self.add(npyscreen.BoxBasic,
|
||||||
|
max_width=inventory_width + art_width,
|
||||||
|
max_height=9,
|
||||||
|
relx=1,
|
||||||
|
rely=top_division_height + 2,
|
||||||
|
editable=False)
|
||||||
|
|
||||||
|
self.logBox = self.add(npyscreen.Textfield,
|
||||||
|
name='Type Here',
|
||||||
|
max_width=inventory_width + art_width - 7,
|
||||||
|
max_height=7,
|
||||||
|
relx=2,
|
||||||
|
rely=top_division_height + 3,
|
||||||
|
editable=False)
|
||||||
|
|
||||||
self.dialogueBoxOutline = self.add(npyscreen.BoxBasic,
|
self.dialogueBoxOutline = self.add(npyscreen.BoxBasic,
|
||||||
max_width=inventory_width + art_width,
|
max_width=inventory_width + art_width,
|
||||||
max_height=3,
|
max_height=3,
|
||||||
|
|
Loading…
Reference in New Issue