new borders

This commit is contained in:
Haze Weathers 2023-10-24 20:09:29 -04:00
parent 624739a970
commit 7a12628fa3
6 changed files with 80 additions and 3 deletions

View file

@ -1,2 +1,10 @@
extends TextureRect
func _ready() -> void:
get_tree().connect("screen_resized", self, "_on_screen_resized")
_on_screen_resized()
func _on_screen_resized() -> void:
rect_size = OS.window_size