Set a default atom/movable glide size

This commit is contained in:
Aronai Sieyes
2020-04-30 15:41:54 -04:00
parent 1688e16d88
commit 8824fb02db
+2 -1
View File
@@ -1,7 +1,8 @@
/atom/movable
layer = OBJ_LAYER
appearance_flags = TILE_BOUND|PIXEL_SCALE
var/last_move = null
glide_size = 8
var/last_move = null //The direction the atom last moved
var/anchored = 0
// var/elevation = 2 - not used anywhere
var/moving_diagonally