Bump version to v3
This commit is contained in:
parent
3709a283a1
commit
04930cf2dd
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ config_version=5
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Glitch"
|
config/name="Glitch"
|
||||||
config/version="2"
|
config/version="v3"
|
||||||
run/main_scene="res://scenes/main.tscn"
|
run/main_scene="res://scenes/main.tscn"
|
||||||
config/features=PackedStringArray("4.2", "Mobile")
|
config/features=PackedStringArray("4.2", "Mobile")
|
||||||
run/low_processor_mode=true
|
run/low_processor_mode=true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
extends Label
|
extends Label
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
text = "v" + ProjectSettings.get_setting("application/config/version")
|
text = ProjectSettings.get_setting("application/config/version")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue