Skip to content
@jsl-lang

JSL Language

A document language with XML-like structure and Scripting/Game Development in mind

Document language based on SDLang and KDL with Game Development in focus

abstract:item type="item" {
    size 0.2 1 3
    model "madel/cube.obj"
    texture "texture/missing.png"
    material "material/missing.mtl"
    pointlessProp "i am prop"
    transform {
        1 0 0 0
        0 1 0 0
        0 0 1 0
        0 0 0 1
    }
    glow on
}

override abstract:item {
    override model "model/cube.obj"
}

override abstract:item {
    delete pointlessProp
}

armor inherit=abstract:item type="pickup" interactable

Pinned Loading

  1. jsl jsl Public

    JSL language specifications

Repositories

Showing 10 of 40 repositories

Top languages

Loading…

Most used topics

Loading…