Нью баланс

This commit is contained in:
Georgiy Gorin
2026-04-23 16:11:34 +03:00
parent 3974d7416d
commit 34a9b6b18f
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func _ready() -> void:
_tooltip = Label3D.new()
_tooltip.text = "Magic Essence\nKick into\nEnchanting Table → Sphere"
_tooltip.billboard = BaseMaterial3D.BILLBOARD_ENABLED
_tooltip.font_size = 28
_tooltip.font_size = 56
_tooltip.outline_size = 6
_tooltip.position = Vector3(0, 1.2, 0)
_tooltip.modulate = Color(0.85, 0.7, 1.0)