Finally fixed font texture

This commit is contained in:
2024-05-09 14:12:40 +01:00
parent 10952b6502
commit 099340f870
20 changed files with 294 additions and 95 deletions

4
ExitButton.gd Normal file
View File

@@ -0,0 +1,4 @@
extends HBoxContainer
func _ready() -> void:
visible = not OS.has_feature("web")