Print engine version to stdout when starting Godot

Also include website URL and make it configurable via version.py
together with the rest of the engine branding.

Add mention to MIT license in --help output.
This commit is contained in:
Rémi Verschelde 2019-05-28 11:19:21 +02:00
parent 335111c98f
commit b10dd110e5
3 changed files with 7 additions and 1 deletions

View file

@ -5,3 +5,4 @@ minor = 2
status = "dev"
module_config = ""
year = 2019
website = "https://godotengine.org"