mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 05:17:25 -04:00
add license, move folders
This commit is contained in:
parent
185cc74060
commit
271c4a46a1
132 changed files with 21 additions and 0 deletions
13
app/scripts/ui/menu/menu.gd
Normal file
13
app/scripts/ui/menu/menu.gd
Normal file
|
@ -0,0 +1,13 @@
|
|||
extends Control
|
||||
|
||||
@export var ui_events: UiEvents
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
resized.connect(on_resized)
|
||||
on_resized()
|
||||
|
||||
|
||||
func on_resized() -> void:
|
||||
Debug.logclr("Ui resized: %dx%d" % [size.x, size.y], Debug.SILENT_CLR)
|
||||
ui_events.ui_size_changed_emit(size)
|
Loading…
Add table
Add a link
Reference in a new issue