Skip to content

Commit

Permalink
skitarii base sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
OH296 committed Jan 10, 2025
1 parent a7ead39 commit c9d838d
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChapterMaster.yyp
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
{"id":{"name":"spr_marine_base","path":"sprites/spr_marine_base/spr_marine_base.yy",},},
{"id":{"name":"spr_clothing_colors","path":"sprites/spr_clothing_colors/spr_clothing_colors.yy",},},
{"id":{"name":"spr_facial_colors","path":"sprites/spr_facial_colors/spr_facial_colors.yy",},},
{"id":{"name":"spr_skitarii","path":"sprites/spr_skitarii/spr_skitarii.yy",},},
{"id":{"name":"spr_techmarine_left_leg","path":"sprites/spr_techmarine_left_leg/spr_techmarine_left_leg.yy",},},
{"id":{"name":"scr_librarium","path":"scripts/scr_librarium/scr_librarium.yy",},},
{"id":{"name":"spr_chaplain_skull_helm","path":"sprites/spr_chaplain_skull_helm/spr_chaplain_skull_helm.yy",},},
Expand Down
1 change: 1 addition & 0 deletions scripts/scr_draw_unit_image/scr_draw_unit_image.gml
Original file line number Diff line number Diff line change
Expand Up @@ -1805,6 +1805,7 @@ function scr_draw_unit_image(_background=false){
if (string_count("Ranger",name_role())>0) then draw_sprite(spr_eldar_hire,0,x_surface_offset,y_surface_offset);
if (string_count("Howling Banshee",name_role())>0) then draw_sprite(spr_eldar_hire,1,x_surface_offset,y_surface_offset);
}
if (string_count("Skitarii",name_role())>0) then draw_sprite(spr_skitarii,0,x_surface_offset,y_surface_offset);
}
surface_reset_target();
/*shader_set_uniform_i(shader_get_uniform(sReplaceColor, "u_blend_modes"), 2);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions sprites/spr_skitarii/spr_skitarii.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9d838d

Please sign in to comment.