Skip to content

A Ren-Py inspired LOVE2D Engine. It allows you to create Visual Novels easier

License

Notifications You must be signed in to change notification settings

Virus01Official/Vis-Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vis-Lua

A Ren-Py inspired LOVE2D Engine. It allows you to create Visual Novels easier

Engine made by Moonwave Studios(Developers of Nya Engine)

Example script:

return {
    { type = "background", file = "backgrounds/bg_forest.png" },
    { type = "character", name = "Alice", expression = "characters/alice_happy", position = "left" },
    { type = "dialogue", name = "Alice", text = "What a beautiful day in the forest!", sound = "alice_talking.mp3" },
    { type = "dialogue", name = "Bob", text = "I agree, Alice! It's wonderful.", sound = "bob_talking.mp3" },
    { type = "dialogue", name = "Alice", text = "Shall we explore further?", sound = "alice_thinking.mp3" },
    { type = "choice", options = {
        { text = "Yes, let's go!", next = "scene_hello" },
        { text = "No, it's too dangerous.", next = "scene_ignore" }
    }}
}

About

A Ren-Py inspired LOVE2D Engine. It allows you to create Visual Novels easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages