Browse Source

Todo comment update

pull/3/head
Ryan Reed 1 month ago
parent
commit
f7eb52f881
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scenes/blocks/dropped_block.gd

+ 2
- 0
scenes/blocks/dropped_block.gd View File

@ -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


Loading…
Cancel
Save