mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[BOUNTY] Fixes dab animation not working | Jamie can't edit my PR to make it not compile edition (#13338)
* Fixes dab animation not working * Update matrices.dm * Reverts jamie's commit to my pr Co-authored-by: alexkar598 <> Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,9 @@
|
||||
if(hold_seconds > 0)
|
||||
sleep(hold_seconds) // time to hold the dab before going back
|
||||
if(!stay) // if stay param is true dab doesn't return
|
||||
animate(src, transform = DAB_RETURN, time = speed * 1.5, loops ) // reverse dab to starting position , slower
|
||||
animate(transform = DAB_RETURN, time = speed * 1.5, loops ) // reverse dab to starting position , slower
|
||||
//doesn't have an object argument because this is "Stacking" with the animate call above
|
||||
//3 billion% intentional
|
||||
|
||||
//Dumps the matrix data in format a-f
|
||||
/matrix/proc/tolist()
|
||||
|
||||
Reference in New Issue
Block a user