home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 July (Bonus) / E3_CD.ISO / demos / silencer / design.enm < prev    next >
Encoding:
Text File  |  1995-06-11  |  6.2 KB  |  434 lines

  1. //«TS5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90»//
  2.  
  3. enum sprite_effects_enum {
  4.     No_effect = 0,
  5.     Effect_lumin,
  6.     Effect_red_screen,
  7.     Effect_green_screen,
  8.     Effect_blue_screen,
  9.     Effect_grey_screen,
  10.     Effect_filter_1,
  11.     Effect_filter_2,
  12.     Effect_player_1,
  13.     Effect_player_2,
  14.     Effect_player_3,
  15.     Effect_player_4,
  16.     Last_effect,
  17. };
  18.  
  19. enum sprites_enum {
  20.     No_sprite = -1,
  21.     S_parallax,
  22.     S_parallax_mono,
  23.  
  24.     S_tile_1,
  25.     S_tile_2,
  26.     S_tile_3,
  27.     S_tile_4,
  28.     S_tile_5,
  29.     S_tile_6,
  30.     S_tile_7,
  31.     S_tile_8,
  32.     S_tile_9,
  33.     S_tile_10,
  34.     S_tile_11,
  35.     S_tile_12,
  36.     S_tile_13,
  37.     S_tile_14,
  38.     S_tile_15,
  39.     S_tile_16,
  40.     S_tile_17,
  41.     S_tile_18,
  42.     S_tile_19,
  43.     S_tile_20,
  44.     S_tile_21,
  45.     S_tile_22,
  46.     S_tile_23,
  47.     S_tile_24,
  48.     S_tile_25,
  49.     S_tile_26,
  50.     S_tile_27,
  51.     S_tile_28,
  52.     S_tile_29,
  53.     S_tile_30,
  54.     S_tile_31,
  55.     S_tile_32,
  56.     S_tile_33,
  57.     S_tile_34,
  58.     S_tile_35,
  59.     S_tile_36,
  60.     S_tile_37,
  61.     S_tile_38,
  62.     S_tile_39,
  63.     S_tile_40,
  64.     S_tile_41,
  65.     S_tile_42,
  66.     S_tile_43,
  67.     S_tile_44,
  68.     S_tile_45,
  69.     S_tile_46,
  70.     S_tile_47,
  71.     S_tile_48,
  72.     S_tile_49,
  73.     S_tile_50,
  74.     S_tile_51,
  75.     S_tile_52,
  76.     S_tile_53,
  77.     S_tile_54,
  78.     S_tile_55,
  79.     S_tile_56,
  80.     S_tile_57,
  81.     S_tile_58,
  82.     S_tile_59,
  83.     S_tile_60,
  84.  
  85.  
  86.     S_tile_61,
  87.     S_tile_62,
  88.     S_tile_63,
  89.     S_tile_64,
  90.     S_tile_65,
  91.     S_tile_66,
  92.     S_tile_67,
  93.     S_tile_68,
  94.     S_tile_69,
  95.     S_tile_70,
  96.     S_tile_71,
  97.     S_tile_72,
  98.     S_tile_73,
  99.     S_tile_74,
  100.     S_tile_75,
  101.     S_tile_76,
  102.     S_tile_77,
  103.     S_tile_78,
  104.     S_tile_79,
  105.     S_tile_80,
  106.     S_tile_81,
  107.     S_tile_82,
  108.     S_tile_83,
  109.     S_tile_84,
  110.     S_tile_85,
  111.     S_tile_86,
  112.     S_tile_87,
  113.     S_tile_88,
  114.     S_tile_89,
  115.     S_tile_90,
  116.     S_tile_91,
  117.     S_tile_92,
  118.     S_tile_93,
  119.     S_tile_94,
  120.     S_tile_95,
  121.     S_tile_96,
  122.     S_tile_97,
  123.     S_tile_98,
  124.     S_tile_99,
  125.     S_tile_100,
  126.     S_tile_101,
  127.     S_tile_102,
  128.     S_tile_103,
  129.     S_tile_104,
  130.     S_tile_105,
  131.     S_tile_106,
  132.     S_tile_107,
  133.     S_tile_108,
  134.     S_tile_109,
  135.     S_tile_110,
  136.     S_tile_111,
  137.     S_tile_112,
  138.     S_tile_113,
  139.     S_tile_114,
  140.     S_tile_115,
  141.  
  142.     S_tile_116,
  143.     S_tile_117,
  144.     S_tile_118,
  145.     S_tile_119,
  146.     S_tile_120,
  147.     S_tile_121,
  148.     S_tile_122,
  149.     S_tile_123,
  150.     S_tile_124,
  151.     S_tile_125,
  152.     S_tile_126,
  153.     S_tile_127,
  154.     S_tile_128,
  155.     S_tile_129,
  156.     S_tile_130,
  157.     S_tile_131,
  158.     S_tile_132,
  159.     S_tile_133,
  160.     S_tile_134,
  161.     S_tile_135,
  162.     S_tile_136,
  163.     S_tile_137,
  164.     S_tile_138,
  165.     S_tile_139,
  166.     S_tile_140,
  167.     S_tile_141,
  168.     S_tile_142,
  169.     S_tile_143,
  170.     S_tile_144,
  171.     S_tile_145,
  172.     S_tile_146,
  173.     S_tile_147,
  174.     S_tile_148,
  175.     S_tile_149,
  176.     S_tile_150,
  177.     S_tile_151,
  178.     S_tile_152,
  179.     S_tile_153,
  180.     S_tile_154,
  181.     S_tile_155,
  182.     S_tile_156,
  183.     S_tile_157,
  184.     S_tile_158,
  185.     S_tile_159,
  186.     S_tile_160,
  187.     S_tile_161,
  188.     S_tile_162,
  189.     S_tile_163,
  190.     S_tile_164,
  191.     S_tile_165,
  192.     S_tile_166,
  193.     S_tile_167,
  194.     S_tile_168,
  195.     S_tile_169,
  196.     S_tile_170,
  197.     S_tile_171,
  198.     S_tile_172,
  199.     S_tile_173,
  200.     S_tile_174,
  201.     S_tile_175,
  202.     S_tile_176,
  203.  
  204.  
  205.     S_concrete = 1000,
  206.     S_stone = 1100,
  207.  
  208.     S_brick = 1200,
  209.     S_brick_1,
  210.     S_brick_2,
  211.     S_brick_3,
  212.     S_brick_4,
  213.     S_brick_5,
  214.     S_brick_6,
  215.  
  216.     S_pillar = 1300,
  217.     S_foobar = 1400,
  218.  
  219.     S_tile_186,
  220.     S_tile_187,
  221.     S_tile_188,
  222.     S_tile_189,
  223.     S_tile_190,
  224.     S_tile_191,
  225.     S_tile_192,
  226.     S_tile_193 = 1200,
  227.     S_tile_194,
  228.     S_tile_195,
  229.     S_tile_196,
  230.     S_tile_197,
  231.     S_tile_198,
  232.     S_tile_199,
  233.     S_tile_200,
  234.     S_tile_201,
  235.     S_tile_202,
  236.     S_tile_203,
  237.     S_tile_204,
  238.     S_tile_205,
  239.     S_tile_206,
  240.     S_tile_207,
  241.     S_tile_208,
  242.     S_tile_209,
  243.     S_tile_210,
  244.     S_tile_211,
  245.     S_tile_212,
  246.     S_tile_213,
  247.     S_tile_214,
  248.     S_tile_215,
  249.     S_tile_216,
  250.     S_tile_217,
  251.     S_tile_218,
  252.     S_tile_219,
  253.     S_tile_220,
  254.     S_tile_221,
  255.     S_tile_222,
  256.     S_tile_223,
  257.     S_tile_224,
  258.     S_tile_225,
  259.     
  260.     S_tile_last,
  261.  
  262.     S_cursor_1,
  263.     S_cursor_2,
  264.  
  265.     S_dialog_1,
  266.     S_dialog_2,
  267.     S_dialog_3,
  268.     S_dialog_4,
  269.  
  270.     S_player_walk_1,
  271.     S_player_walk_2,
  272.     S_player_walk_3,
  273.     S_player_walk_4,
  274.     S_player_walk_5,
  275.     S_player_walk_6,
  276.     S_player_walk_7,
  277.     S_player_walk_8,
  278.     S_player_walk_9,
  279.     S_player_walk_10,
  280.     S_player_walk_11,
  281.     S_player_walk_12,
  282.     S_player_walk_13,
  283.     S_player_walk_14,
  284.     S_player_walk_15,
  285.     S_player_walk_16,
  286.     S_player_walk_17,
  287.     S_player_walk_18,
  288.     S_player_walk_19,
  289.     S_player_walk_20,
  290.     S_player_walk_21,
  291.  
  292.     S_lamp_1,
  293.  
  294.     S_player_rest_1,
  295.     S_player_rest_2,
  296.     S_player_rest_3,
  297.     S_player_rest_4,
  298.     S_player_rest_5,
  299.     S_player_rest_6,
  300.     S_player_rest_7,
  301.     S_player_rest_8,
  302.     S_player_rest_9,
  303.     S_player_rest_10,
  304.     S_player_rest_11,
  305.     S_player_rest_12,
  306.  
  307.     S_player_shoot_1,
  308.     S_player_shoot_2,
  309.     S_player_shoot_3,
  310.     S_player_shoot_4,
  311.     S_player_shoot_5,
  312.     S_player_shoot_6,
  313.     S_player_shoot_7,
  314.     S_player_shoot_8,
  315.     S_player_shoot_9,
  316.     S_player_shoot_10,
  317.     S_player_shoot_11,
  318.     S_player_shoot_12,
  319.     S_player_shoot_13,
  320.     S_player_shoot_14,
  321.     S_player_shoot_15,
  322.     S_player_shoot_16,
  323.     S_player_shoot_17,
  324.  
  325.     S_tile_bank,
  326.  
  327.     S_capture_1,
  328.     S_capture_2,
  329.     S_capture_3,
  330.     S_capture_4,
  331.  
  332.     S_tier_1,
  333.     S_tier_2,
  334.  
  335.     S_bam_1,
  336.     S_bam_2,
  337.     S_bam_3,
  338.     S_bam_4,
  339.     S_bam_5,
  340.  
  341.     S_generic_1,
  342.     S_generic_2,
  343.     S_generic_3,
  344.     S_generic_4,
  345.     S_generic_5,
  346.  
  347.     S_intro_1,
  348.     S_sound,
  349.     S_door_tile,
  350.     S_trap_door,
  351.  
  352.     S_player_jump_1,
  353.     S_player_jump_2,
  354.     S_player_jump_3,
  355.     S_player_jump_4,
  356.     S_player_jump_5,
  357.  
  358.     S_into_wall,
  359.  
  360.     S_interface_0,
  361.     S_interface_1,
  362.  
  363.     S_player_run_1,
  364.     S_player_run_2,
  365.     S_player_run_3,
  366.     S_player_run_4,
  367.     S_player_run_5,
  368.     S_player_run_6,
  369.     S_player_run_7,
  370.     S_player_run_8,
  371.     S_player_run_9,
  372.     S_player_run_10,
  373.     S_player_run_11,
  374.     S_player_run_12,
  375.     S_player_run_13,
  376.     S_player_run_14,
  377.     S_player_run_15,
  378.     S_player_run_16,
  379.     S_player_run_17,
  380.     S_player_run_18,
  381.     S_player_run_19,
  382.     S_player_run_20,
  383.     S_player_run_21,
  384.  
  385.     S_player_ladder_1,
  386.     S_player_ladder_2,
  387.     S_player_ladder_3,
  388.     S_player_ladder_4,
  389.     S_player_ladder_5,
  390.     S_player_ladder_6,
  391.     S_player_ladder_7,
  392.     S_player_ladder_8,
  393.     S_player_ladder_9,
  394.     S_player_ladder_10,
  395.     S_player_ladder_11,
  396.     S_player_ladder_12,
  397.     S_player_ladder_13,
  398.     S_player_ladder_14,
  399.     S_player_ladder_15,
  400.     S_player_ladder_16,
  401.     S_player_ladder_17,
  402.     S_player_ladder_18,
  403.     S_player_ladder_19,
  404.     S_player_ladder_20,
  405.     S_player_ladder_21,
  406.     S_player_ladder_22,
  407.     S_player_ladder_23,
  408.     S_player_ladder_24,
  409.     S_player_ladder_25,
  410.     S_player_ladder_26,
  411.     S_player_ladder_27,
  412.     S_player_ladder_28,
  413.     S_player_ladder_29,
  414.     S_player_ladder_30,
  415.     S_player_ladder_31,
  416.     S_player_ladder_32,
  417.     S_player_ladder_33,
  418.     S_player_ladder_34,
  419.     S_player_ladder_35,
  420.     S_player_ladder_36,
  421.     
  422.     Last_screen_sprite,
  423.  
  424.     L_player_1,
  425.  
  426.     L_lamp_1,
  427.     L_lamp_2,
  428.  
  429.     L_spot_1,
  430.     L_spot_2,
  431.  
  432.     Last_sprite,
  433. };
  434.