OH THERE WE GO

This commit is contained in:
deathride58
2019-01-12 00:49:07 -05:00
committed by GitHub
parent 27653fe4ac
commit ee19fa5ea3

View File

@@ -1250,8 +1250,8 @@ GLOBAL_REAL_VAR(list/stack_trace_storage)
var/matrix/OM = matrix(transform)
var/matrix/M = matrix(transform)
M.Scale(squishx, squishy)
animate(src, transform = M, time = 10, easing = ELASTIC_EASING)
animate(src, transform = OM, time = 10, easing = ELASTIC_EASING)
animate(src, transform = M, time = 10, easing = BOUNCE_EASING)
animate(src, transform = OM, time = 10, easing = BOUNCE_EASING)
/proc/weightclass2text(var/w_class)
switch(w_class)