Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // template for cargo icons
  2. // x and y indices are zero-based indices
  3. // in the cargo icons png file
  4. template cargo_icon_template(x_index, y_index) {
  5. [10 + 20*x_index, 10 + 20*y_index, 10, 10, 0, 0, TILE, "sprites/graphics/other/cargoicons.png"]
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement