Recent weapon

This commit is contained in:
Rendo 2025-12-17 01:09:35 +05:00
commit f234ca974e
4 changed files with 15 additions and 1 deletions

View file

@ -8,4 +8,3 @@ func _ready() -> void:
func update_version(version: StringName):
text = "Текущая версия игры: " + preload("res://version.tres").version + "\n" + version
print(text)