Added chat bubbles
This commit is contained in:
@ -10,6 +10,7 @@ var state: StateComponent
|
||||
var performance: PerformanceComponent
|
||||
var animation: AnimationComponent
|
||||
var physics: CharacterBody3D
|
||||
var chat: ChatComponent
|
||||
|
||||
func _enter_tree():
|
||||
movement = $Movement
|
||||
@ -17,6 +18,7 @@ func _enter_tree():
|
||||
performance = $Performance
|
||||
animation = $Animation
|
||||
physics = $Physics
|
||||
chat = $Chat
|
||||
|
||||
## Name
|
||||
signal name_changed(new_name: String)
|
||||
|
Reference in New Issue
Block a user