import{_ as s,o as a,c as n,Q as e}from"./chunks/framework.1169fbc9.js";const u=JSON.parse('{"title":"Bars","description":"","frontmatter":{},"headers":[],"relativePath":"public/kronos/docs/bars.md","filePath":"public/kronos/docs/bars.md","lastUpdated":1664930814000}'),o={name:"public/kronos/docs/bars.md"},l=e(`

Bars

Bars let you display information in a more direct way. It can be a progress bar, health bar, capacity gauge, or anything else.

Bars are defined like other Big Features:

js
bars: {
    bigBar: {
        direction: RIGHT,
        width: 200,
        height: 50,
        progress() { return 0 },
        etc
    },
    etc
}
bars: {
    bigBar: {
        direction: RIGHT,
        width: 200,
        height: 50,
        progress() { return 0 },
        etc
    },
    etc
}

Features:

`,6),t=[l];function p(r,c,i,y,E,d){return a(),n("div",null,t)}const b=s(o,[["render",p]]);export{u as __pageData,b as default};