Added flags to use ffi-gosu optionally instead of always trying, made tooltip affected by theme (the last set theme in setup will be used to style the tooltip)

This commit is contained in:
2021-03-12 08:33:16 -06:00
parent 1e0d2004b5
commit abb989f842
5 changed files with 16 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ module CyberarmEngine
else
klass.new(path)
end
hash[path] = instance
asset = instance
end