Implemented physics interpolation
This commit is contained in:
@ -25,4 +25,6 @@ func on_focus_exited():
|
||||
func on_text_submitted(message: String):
|
||||
text = ""
|
||||
release_focus()
|
||||
(owner as Chat).message_submitted.emit(message)
|
||||
|
||||
var chat := owner as Chat
|
||||
chat.message_submitted.emit(message)
|
||||
|
Reference in New Issue
Block a user