From 8c91a0e24c8e5f793372c74955ed248fedc76e04 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 May 2021 15:42:05 -0300 Subject: Print Ren'py version as well, if applicable --- game/core.rpy | 1 + 1 file changed, 1 insertion(+) diff --git a/game/core.rpy b/game/core.rpy index e47a89c..fd5be35 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -235,6 +235,7 @@ init -4 python: AUTOLAUNCH = True elif (cmd == "version"): print("%s v%s %s" % (config.name, config.version, "Mirror Lake")) + print("%s" % str(renpy.version())) renpy.quit() elif (cmd == "help"): print("=========================================================") -- cgit v1.2.3-70-g09d2