mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-03 22:21:00 +00:00
15 lines
145 B
GDScript
15 lines
145 B
GDScript
extends Control
|
|
|
|
|
|
func _ready():
|
|
_get_nodes()
|
|
_connect_signals()
|
|
|
|
|
|
func _connect_signals() -> void:
|
|
pass
|
|
|
|
|
|
func _get_nodes() -> void:
|
|
pass
|