read a .we minetest schema

- use ground has maze walls
This commit is contained in:
philippe lhardy
2020-11-04 22:12:17 +01:00
parent 6402766371
commit 52a2d3f1e3
13 changed files with 430 additions and 16 deletions

View File

@@ -1,5 +1,8 @@
package org.artisanlogiciel.games.minetest;
/**
* generate directly lua maps ( no intermediate LuaObject ).
*/
public class WorlEditGenerator
{