mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
15 lines
145 B
GDScript3
15 lines
145 B
GDScript3
![]() |
extends Control
|
||
|
|
||
|
|
||
|
func _ready():
|
||
|
_get_nodes()
|
||
|
_connect_signals()
|
||
|
|
||
|
|
||
|
func _connect_signals() -> void:
|
||
|
pass
|
||
|
|
||
|
|
||
|
func _get_nodes() -> void:
|
||
|
pass
|