diff --git a/scenes/blocks/dropped_block.gd b/scenes/blocks/dropped_block.gd index a02c22e..b222b91 100644 --- a/scenes/blocks/dropped_block.gd +++ b/scenes/blocks/dropped_block.gd @@ -1,6 +1,8 @@ class_name DroppedBlock extends Node3D +# TODO: It may not make sense to use Block here due to the use of StaticBody +# StaticBody shouldn't generally be moved, making throwing and even the animation not recommended @export var block_scale: float = .25