Will there be an option for full screen in the future?
Also I get this error whenever I try to start the visual novel.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 32, in script
"The metallic clinking of tools being sat down on the deck while Kylie worked on the miles of cabling running through the ship was something I had grown used to during my time on the Nimross."
Exception: Unknown keyword arguments: what, who
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 32, in script
"The metallic clinking of tools being sat down on the deck while Kylie worked on the miles of cabling running through the ship was something I had grown used to during my time on the Nimross."
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\character.py", line 842, in do_display
**display_args)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\character.py", line 552, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\display\screen.py", line 1266, in get_widget
screen.update()
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\ast.py", line 158, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "D:\Itch\app-25.4.0\apps\rising-angels-judgment\Judgment-1.01-market\renpy\ast.py", line 145, in apply
raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys())))
Exception: Unknown keyword arguments: what, who
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Judgment 0.0
Wed May 22 21:31:43 2019
```
Also rollback causes it to crash and ignore doesn't make any difference.