UNPKG

owl-bt

Version:

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.

7 lines (5 loc) 146 B
'use strict'; module.exports = (app) => { app.use('/api/project', require('./api/project')); app.use('/api/tree', require('./api/tree')); };