more work on the ui theme and changing the hud
This commit is contained in:
7
UI/Menus/CharacterSelect/character_podium.gd
Normal file
7
UI/Menus/CharacterSelect/character_podium.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name CharacterPodium extends Node3D
|
||||
|
||||
@export var text: String = ""
|
||||
|
||||
|
||||
func show_content() -> void:
|
||||
$Base/Content.visible = true
|
||||
Reference in New Issue
Block a user