plant pick menu

This commit is contained in:
Rendo 2025-08-03 02:09:11 +05:00
commit 32453f2e9d
18 changed files with 121 additions and 39 deletions

View file

@ -4,5 +4,5 @@ extends Label
const BASE_FONT_SIZE := 10
const BASE_HEIGHT := 11
func _process(delta: float) -> void:
func _process(_delta: float) -> void:
label_settings.font_size = int(BASE_FONT_SIZE * (size.y/BASE_HEIGHT))