bug: Fix low-resolution text

This commit is contained in:
Benjamin Morgan 2025-10-22 22:48:54 -06:00
parent 64c055b23f
commit e287853798
13 changed files with 1463 additions and 104 deletions

View file

@ -13,8 +13,8 @@ const CREDIT_LABELS_LINKS := {
"Extra Life Jingle" : ["Mrthenoronha : freesound.org", "https://freesound.org/people/Mrthenoronha/sounds/518306/"]
}
const LEFT_COL_WIDTH := 300
const RIGHT_COL_WIDTH := 300
const LEFT_COL_WIDTH := 350
const RIGHT_COL_WIDTH := 350
func _ready() -> void:
$Back.pressed.connect(_emit_back)