This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make unmerge always in the same location
master
Luna
7 years ago
parent
9e71b8d3ab
commit
09057a2bcf
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
scripts/heroes/3.gd
+ 4
- 1
scripts/heroes/3.gd
View File
@ -83,6 +83,9 @@ sync func merge(node_name):
sync
func
unmerge
(
)
:
if
merged
:
set_boosting
(
false
)
set_boosted
(
merged
,
false
)
set_boosting
(
false
)
var
pos
=
merged
.
get_translation
(
)
pos
.
z
+=
1
set_translation
(
pos
)
merged
=
null
Write
Preview
Loading…
Cancel
Save