bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue