UI needs work as others have noted. Get rid of the 'action' button and the 'move' button. Its just unnecessary extra clicks. Give us UI navigation on the side and action bars unique to each room at the bottom. Fixes the UI problems.
Also, early morning trying to go to the living room I get this every single day:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 27, in script call
call limbo from _call_limbo
File "game/script.rpy", line 34, in script call
""
File "game/mysc.rpy", line 1081, in script
jump yoga
ScriptError: could not find label 'yoga'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 27, in script call
call limbo from _call_limbo
File "game/script.rpy", line 34, in script call
""
File "game/mysc.rpy", line 1081, in script
jump yoga
File "C:\Users\Greg\Downloads\DearDiary-0.1.4-pc\renpy\ast.py", line 1692, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\Greg\Downloads\DearDiary-0.1.4-pc\renpy\script.py", line 891, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'yoga'.
Windows-8-6.2.9200
Ren'Py 7.3.0.108
Dear Diary 0.1.4
Mon Nov 11 14:43:00 2019
```