diff --git a/_index.toml b/_index.toml index 45b8c87..410bb70 100644 --- a/_index.toml +++ b/_index.toml @@ -16,6 +16,7 @@ include."planet" = "planet" include."star" = "star" include."ship" = "ship" include."flare" = "flare" +include."blaster" = "blaster" # Only the root _index.toml may contain config. [config] diff --git a/projectile/_index.toml b/projectile/_index.toml new file mode 100644 index 0000000..6d6cda9 --- /dev/null +++ b/projectile/_index.toml @@ -0,0 +1,3 @@ +[[texture]] +name = "blaster" +path = "blaster.png" diff --git a/projectile/blaster.png b/projectile/blaster.png new file mode 100644 index 0000000..cc9444f Binary files /dev/null and b/projectile/blaster.png differ