mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Sort the directional selection images more nicely.
This commit is contained in:
@@ -93,14 +93,12 @@
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state,user,NORTHWEST,"West to North","╝")
|
||||
lines += render_dir_img(recipe.icon_state,user,NORTHEAST,"North to East","╚")
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state,user,SOUTHWEST,"South to West","╗")
|
||||
lines += render_dir_img(recipe.icon_state,user,SOUTHEAST,"East to South","╔")
|
||||
|
||||
if(PIPE_TRINARY) // Manifold
|
||||
lines += render_dir_img(recipe.icon_state,user,NORTH,"West South East","╦")
|
||||
lines += render_dir_img(recipe.icon_state,user,EAST,"North West South","╣")
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state,user,SOUTH,"East North West","╩")
|
||||
lines += render_dir_img(recipe.icon_state,user,WEST,"South East North","╠")
|
||||
|
||||
@@ -108,15 +106,13 @@
|
||||
//each mirror icon is 45 anticlockwise from it's real direction
|
||||
lines += render_dir_img(recipe.icon_state,user,NORTH,"West South East","╦")
|
||||
lines += render_dir_img(recipe.icon_state,user,EAST,"North West South","╣")
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state,user,SOUTH,"East North West","╩")
|
||||
lines += render_dir_img(recipe.icon_state,user,WEST,"South East North","╠")
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state_m,user,SOUTH,"West South East","╦", 1)
|
||||
lines += render_dir_img(recipe.icon_state_m,user,EAST,"North West South","╣", 1)
|
||||
lines += "<br />"
|
||||
lines += render_dir_img(recipe.icon_state_m,user,NORTH,"East North West","╩", 1)
|
||||
lines += render_dir_img(recipe.icon_state_m,user,WEST,"South East North","╠", 1)
|
||||
lines += render_dir_img(recipe.icon_state_m,user,NORTH,"East North West","╩", 1)
|
||||
lines += render_dir_img(recipe.icon_state_m,user,EAST,"North West South","╣", 1)
|
||||
|
||||
if(PIPE_DIRECTIONAL) // Stuff with four directions - includes pumps etc.
|
||||
lines += render_dir_img(recipe.icon_state,user,NORTH,"North","↑")
|
||||
|
||||
Reference in New Issue
Block a user