summaryrefslogtreecommitdiffhomepage
path: root/helpers/00_tileset.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-06-12 00:57:04 -0400
committerrealtradam <[email protected]>2021-06-12 00:57:04 -0400
commit8dcacf9e69214f66be09c120ba474b848047cb53 (patch)
tree43692e58a42632fd5fe069bcc3ab4bab96340ece /helpers/00_tileset.rb
parent3ad8d2531329c1696a2bf86db8db9237309281ab (diff)
downloadFelECS-8dcacf9e69214f66be09c120ba474b848047cb53.tar.gz
FelECS-8dcacf9e69214f66be09c120ba474b848047cb53.zip
unit testing and cleanup
Diffstat (limited to 'helpers/00_tileset.rb')
-rw-r--r--helpers/00_tileset.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/helpers/00_tileset.rb b/helpers/00_tileset.rb
index 3890550..c4293cb 100644
--- a/helpers/00_tileset.rb
+++ b/helpers/00_tileset.rb
@@ -1,3 +1,9 @@
+# Coverage Ignored because the functionality of this
+# code will not be used for the core of FelFlame.
+# It will most likely be released as a seperate package
+# The code will most likely be kept here until it
+# eventually will be migrated to a new git repo
+# :nocov:
class Helper
# Returns a loaded map and its dependecies(images,json)
# If any are missing then it will load them from files
@@ -47,3 +53,4 @@ class Helper
end
end
end
+# :nocov: