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