Extensive work on VFX for the guild, assets for the world, and portrait variance. Work on quests. Extra work on User Flow completion and file saving.
This commit is contained in:
8
external/Test Portrait/test.gd
vendored
Normal file
8
external/Test Portrait/test.gd
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Control
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
$Portrait.set_color(ColorVariant.Types.EYES, "green")
|
||||
$Portrait.set_color(ColorVariant.Types.SKIN, "dark")
|
||||
$Portrait.set_color(ColorVariant.Types.HAIR, "blonde")
|
||||
pass
|
||||
Reference in New Issue
Block a user