X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=868fb084a3f80ba5ae8391c46426caf4dbb2ef35;hp=7b341da39044cfc0902fe3402857210219b3cc72;hb=f857fec3082c785b0dd271b6ad1b7642a2ed4e65;hpb=d5224fde97c235c903f631a4eccb9904c2ddf9c3 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 7b341da3..868fb084 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -267,6 +267,18 @@ struct ConfigInfo image_config[] = { "sp_murphy.digging.right.frames", "3" }, { "sp_murphy.digging.right.anim_mode", "pingpong" }, { "sp_murphy.digging.right.delay", "2" }, + { "sp_murphy.collecting.left", "RocksSP.pcx" }, + { "sp_murphy.collecting.left.xpos", "8" }, + { "sp_murphy.collecting.left.ypos", "0" }, + { "sp_murphy.collecting.left.frames", "3" }, + { "sp_murphy.collecting.left.anim_mode", "pingpong" }, + { "sp_murphy.collecting.left.delay", "2" }, + { "sp_murphy.collecting.right", "RocksSP.pcx" }, + { "sp_murphy.collecting.right.xpos", "11" }, + { "sp_murphy.collecting.right.ypos", "0" }, + { "sp_murphy.collecting.right.frames", "3" }, + { "sp_murphy.collecting.right.anim_mode", "pingpong" }, + { "sp_murphy.collecting.right.delay", "2" }, { "sp_murphy.pushing.left", "RocksSP.pcx" }, { "sp_murphy.pushing.left.xpos", "11" }, { "sp_murphy.pushing.left.ypos", "1" },