mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 05:13:48 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -19,6 +19,10 @@ func _ready() -> void:
|
|||
self.modulate = unhighlighted_color
|
||||
|
||||
|
||||
func _should_do_portrait_update(_character: DialogicCharacter, _portrait: String) -> bool:
|
||||
return true
|
||||
|
||||
|
||||
func _highlight() -> void:
|
||||
create_tween().tween_property(self, 'modulate', Color.WHITE, 0.15)
|
||||
_prev_z_index = DialogicUtil.autoload().Portraits.get_character_info(character).get('z_index', 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue