# time-is-mana
Prototype for a roguelike deckbuilder with team-based, spatial combat system

<script>
import Persistence from './../lively4-core/src/client/morphic/component-loader.js'
const ivuPath = "/../webclientprototype/components/"
Persistence.addPersistentCustomTemplatePath(ivuPath)

'added path to custom web components "' + ivuPath + '". A reload might be required!'
</script>

<script>
var beltTag = 'tim-toolbelt'
if (!document.body.querySelector(beltTag)) {
  var belt = await lively.create('tim-toolbelt')
  document.body.append(belt)
}
</script>
