Honestly, for making a visual novel‑style game with a time system, there isn’t a ready‑made template. The simplest way is to create a few variables to store hours/minutes or just morning/afternoon/night. Then set up a small FSM that increments those values, like every few seconds adds one in‑game minute.