Initial flame_lua_runtime package
This commit is contained in:
7
lib/runtime/game/runtime_options.dart
Normal file
7
lib/runtime/game/runtime_options.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class RuntimeOptions {
|
||||
const RuntimeOptions({this.runtimeLuaRoot = defaultRuntimeLuaRoot});
|
||||
|
||||
static const defaultRuntimeLuaRoot = 'assets/runtime/lua';
|
||||
|
||||
final String runtimeLuaRoot;
|
||||
}
|
||||
Reference in New Issue
Block a user