oh man i fixed that status effect bug
This commit is contained in:
@ -1,3 +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