This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
Skyblock
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Activity
Browse Source
Todo comment update
pull/3/head
Ryan Reed
1 month ago
parent
fc44326fea
commit
f7eb52f881
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save