ajout de panneaux de contrôles, de paramètres et refactorisation de la gestion de l'audio
This commit is contained in:
11
gui/menu/window/scripts/content_title.gd
Normal file
11
gui/menu/window/scripts/content_title.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
@tool
|
||||
extends HBoxContainer
|
||||
|
||||
@export var title : String = "" :
|
||||
set(v):
|
||||
title = v
|
||||
if is_node_ready():
|
||||
%Text.text = v
|
||||
|
||||
func _ready():
|
||||
%Text.text = title
|
||||
Reference in New Issue
Block a user