update game name

This commit is contained in:
Nikolay Fedorov
2026-04-23 18:23:11 +03:00
parent e3261f8e78
commit 69babae913
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func _build_ui() -> void:
add_child(bg)
var title := Label.new()
title.text = "KickSurvivors"
title.text = "CraftKick"
title.add_theme_font_size_override("font_size", 52)
title.add_theme_color_override("font_color", Color.WHITE)
title.horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER