rotation gizmo partial

This commit is contained in:
Clevertop 2024-05-18 21:16:56 +10:00
parent bcb17faaed
commit ff0d1a5156
8 changed files with 184 additions and 6 deletions

View file

@ -31,11 +31,10 @@ func _ready():
#Runs when all children have entered the tree
pass
func _process(delta):
#Runs per frame
pass
#endregion
#region Signal methods
func _on_twitch_link_move_block(direction, amount):
var dir : Vector3
@ -66,7 +65,8 @@ func _on_twitch_link_drop_block():
func _on_twitch_link_start_turn():
position = Vector3(0,3,0)
position = Vector3(0,2.28,0)
rotation_degrees = Vector3(0,0,0)
current_block = block_scene.instantiate()
current_block.freeze = true
add_child(current_block)