Skip to content

Commit

Permalink
Added a standing Torch version as Torch2.
Browse files Browse the repository at this point in the history
  • Loading branch information
unfa committed Jan 4, 2021
1 parent ed60478 commit 616214f
Show file tree
Hide file tree
Showing 5 changed files with 1,257 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Assets/Torch/Torch.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ extends Spatial


# Called when the node enters the scene tree for the first time.
func _ready():
#$AnimationPlayer.play("Cycle", -1, 1)
func _ready():
# randomize animation phase
$AnimationPlayer.seek(rand_range(0,15))



# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
Expand Down
Binary file added Assets/Torch/Torch2.blend
Binary file not shown.
174 changes: 174 additions & 0 deletions Assets/Torch/Torch2.gltf

Large diffs are not rendered by default.

Loading

0 comments on commit 616214f

Please sign in to comment.