mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 12:43:48 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
|
|
@ -0,0 +1,12 @@
|
|||
extends DialogicAnimation
|
||||
|
||||
func animate() -> void:
|
||||
await node.get_tree().process_frame
|
||||
finished.emit()
|
||||
|
||||
|
||||
func _get_named_variations() -> Dictionary:
|
||||
return {
|
||||
"instant in": {"reversed": false, "type": AnimationType.IN},
|
||||
"instant out": {"reversed": true, "type": AnimationType.OUT},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue