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
Correcting warning
pull/7/head
Ryan Reed
1 month ago
parent
c4a21a802b
commit
e4eb18a30a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
save_load/resources/node_types/block_data_resource.gd
+ 1
- 1
save_load/resources/node_types/block_data_resource.gd
View File
@ -12,5 +12,5 @@ func _save_data(node: Node3D) -> void:
block_id
=
node
.
id
func
_load_data
(
window
:
Window
)
-
>
void
:
func
_load_data
(
_
window
:
Window
)
-
>
void
:
EntityManager
.
create_block
.
emit
(
block_id
,
transform
.
origin
)
Write
Preview
Loading…
Cancel
Save