cutscene progress.
This commit is contained in:
2
addons/cutscene_editor/editor/nodes/ExitNode.gd
Executable file → Normal file
2
addons/cutscene_editor/editor/nodes/ExitNode.gd
Executable file → Normal file
@@ -6,7 +6,7 @@ extends "res://addons/cutscene_editor/editor/nodes/BaseGraphNode.gd"
|
||||
|
||||
func _init() -> void:
|
||||
node_type = "exit"
|
||||
name = "exit_" + str(randi())
|
||||
node_id = "exit_" + str(randi())
|
||||
title = "End"
|
||||
modulate = Color(1.0, 0.5, 0.5) # Light red
|
||||
|
||||
|
||||
Reference in New Issue
Block a user