Finally fixed font texture
This commit is contained in:
4
ExitButton.gd
Normal file
4
ExitButton.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends HBoxContainer
|
||||
|
||||
func _ready() -> void:
|
||||
visible = not OS.has_feature("web")
|
||||
Reference in New Issue
Block a user