From f7eb52f8815fde3a09d805b3bf41063dd6233b44 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 9 Mar 2025 10:25:12 -0400 Subject: [PATCH] Todo comment update --- scenes/blocks/dropped_block.gd | 2 ++ 1 file changed, 2 insertions(+) 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