mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Default/player.lua: Remove outdated comment
This commit is contained in:
parent
0ad3306c79
commit
36a78c87d7
@ -25,7 +25,6 @@ default.player_register_model("character.b3d", {
|
|||||||
walk = { x=168, y=187, },
|
walk = { x=168, y=187, },
|
||||||
mine = { x=189, y=198, },
|
mine = { x=189, y=198, },
|
||||||
walk_mine = { x=200, y=219, },
|
walk_mine = { x=200, y=219, },
|
||||||
-- Extra animations (not currently used by the game).
|
|
||||||
sit = { x= 81, y=160, },
|
sit = { x= 81, y=160, },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user