Running into a bug right near the beginning, posted below. Any tips? I tried downloading it again and reinstalling but I'm getting the same issue.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 24, in script call
call day_start from _call_day_start
File "game/script.rpy", line 73, in script
show screen expression "building_town" pass (newday=new_day) with dissolve
File "renpy/common/000statements.rpy", line 646, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
Exception: Screen building_town is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 24, in script call
call day_start from _call_day_start
File "game/script.rpy", line 73, in script
show screen expression "building_town" pass (newday=new_day) with dissolve
File "Tropicali_Demo-0.4-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "Tropicali_Demo-0.4-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "Tropicali_Demo-0.4-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 646, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "Tropicali_Demo-0.4-pc\renpy\display\screen.py", line 1220, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen building_town is not known.