Upped the fps and lower glide speed

Should feel more responsive.
This commit is contained in:
QuoteFox
2020-03-12 09:00:23 +00:00
parent ce94a5e630
commit e70a0cc68c
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
var/moving_diagonally = 0 //0: not doing a diagonal move. 1 and 2: doing the first/second step of the diagonal move
var/list/client_mobs_in_contents // This contains all the client mobs within this container
var/list/acted_explosions //for explosion dodging
glide_size = 16
glide_size = 9
appearance_flags = TILE_BOUND|PIXEL_SCALE
var/datum/forced_movement/force_moving = null //handled soley by forced_movement.dm
var/floating = FALSE