13 lines
345 B
Lua
13 lines
345 B
Lua
-- IMPORTANT : to create a new category node in the tree, use :
|
|
-- ["My New Category"] = {}
|
|
-- instead of :
|
|
-- my_new_category = {}
|
|
|
|
r2.LevelDesignScenarios =
|
|
{
|
|
["Nevrax Examples"] =
|
|
{
|
|
{"Example_01_-_A_Hearty_Meal.r2", "A little scenario accessible to players of all levels, demonstrating some of the narative features of the Ring."}
|
|
}
|
|
}
|