Implemented state machine & added NPC ship template
This commit is contained in:
parent
2d4eb92751
commit
bda9232e72
15 changed files with 284 additions and 22 deletions
|
|
@ -8,3 +8,4 @@ func _ready():
|
|||
speed_scale = randf_range(0, 2)
|
||||
var colors = [Color.LIGHT_BLUE, Color.WHITE, Color.LIGHT_GOLDENROD, Color.YELLOW, Color.ORANGE, Color.ORANGE_RED, Color.RED]
|
||||
modulate = colors.pick_random()
|
||||
modulate.a = randf_range(0.5, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue