summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-19 15:42:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-19 15:42:05 -0300
commit8c91a0e24c8e5f793372c74955ed248fedc76e04 (patch)
tree0a2f222f241485bdc43f3b535de9b0f42f6947bc
parent93c01c88ba2234929f7cd7f1e4600c25a8575173 (diff)
downloadrenpy-8c91a0e24c8e5f793372c74955ed248fedc76e04.tar.gz
renpy-8c91a0e24c8e5f793372c74955ed248fedc76e04.tar.bz2
renpy-8c91a0e24c8e5f793372c74955ed248fedc76e04.tar.xz
renpy-8c91a0e24c8e5f793372c74955ed248fedc76e04.zip
Print Ren'py version as well, if applicable
-rw-r--r--game/core.rpy1
1 files changed, 1 insertions, 0 deletions
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("=========================================================")