mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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:
parent
335111c98f
commit
b10dd110e5
3 changed files with 7 additions and 1 deletions
|
@ -5,3 +5,4 @@ minor = 2
|
|||
status = "dev"
|
||||
module_config = ""
|
||||
year = 2019
|
||||
website = "https://godotengine.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue