This commit is contained in:
silicons
2021-01-13 13:44:46 -07:00
parent 2525334bb0
commit 3fe2776a6a
4 changed files with 17 additions and 7 deletions
+4
View File
@@ -303,6 +303,7 @@
pulledby.stop_pulling()
/atom/movable/proc/set_glide_size(target = 8, recursive = TRUE)
#if SMOOTH_MOVEMENT
// SEND_SIGNAL(src, COMSIG_MOVABLE_UPDATE_GLIDE_SIZE, target)
glide_size = target
@@ -312,6 +313,9 @@
if(recursive)
recursive_pulled_glidesize_update()
#else
return
#endif
///Sets the anchored var and returns if it was sucessfully changed or not.
/atom/movable/proc/set_anchored(anchorvalue)