mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 20:55:55 +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,13 @@
|
|||
extends DialogicBackgroundTransition
|
||||
|
||||
|
||||
func _fade() -> void:
|
||||
var shader := set_shader()
|
||||
shader.set_shader_parameter("wipe_texture", load(this_folder.path_join("simple_fade.tres")))
|
||||
|
||||
shader.set_shader_parameter("feather", 1)
|
||||
|
||||
shader.set_shader_parameter("previous_background", prev_texture)
|
||||
shader.set_shader_parameter("next_background", next_texture)
|
||||
|
||||
tween_shader_progress()
|
||||
Loading…
Add table
Add a link
Reference in a new issue