feat: character dialog colors
This commit is contained in:
@@ -186,7 +186,7 @@ is_interactive = false
|
|||||||
is_movable = true
|
is_movable = true
|
||||||
default_action = "action1"
|
default_action = "action1"
|
||||||
combine_when_selected_action_is_in = [ ]
|
combine_when_selected_action_is_in = [ ]
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 0.878431, 0.317647, 0.529412, 1 )
|
||||||
animations = ExtResource( 3 )
|
animations = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||||
|
|||||||
@@ -108,7 +108,8 @@ global_id = "puerta_detras_start"
|
|||||||
|
|
||||||
[node name="EnekoSmoking" parent="." instance=ExtResource( 8 )]
|
[node name="EnekoSmoking" parent="." instance=ExtResource( 8 )]
|
||||||
position = Vector2( 813, 440 )
|
position = Vector2( 813, 440 )
|
||||||
dialog_color = Color( 0, 1, 0.462745, 1 )
|
combine_when_selected_action_is_in = [ ]
|
||||||
|
dialog_color = Color( 0.584314, 0.490196, 0.270588, 1 )
|
||||||
|
|
||||||
[node name="ESCLocation" type="Position2D" parent="EnekoSmoking"]
|
[node name="ESCLocation" type="Position2D" parent="EnekoSmoking"]
|
||||||
position = Vector2( -44, 82 )
|
position = Vector2( -44, 82 )
|
||||||
|
|||||||
Reference in New Issue
Block a user