Fix player size on the "minimal" game.

This commit is contained in:
luk3yx 2019-03-05 20:23:27 +13:00
parent 27c66e856a
commit 1da4ee3996
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function cloaking.unhide_player(player)
-- Make the player visible
player:set_properties({
visual_size = {x = 1, y = 1},
visual_size = {x = 1, y = 2},
[selectionbox] = box,
makes_footstep_sound = true,
})