Initial flame_lua_runtime package
This commit is contained in:
14
lib/flame_lua_runtime.dart
Normal file
14
lib/flame_lua_runtime.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
library;
|
||||
|
||||
export 'runtime/game/flame_lua_game.dart' show FlameLuaGame;
|
||||
export 'runtime/game/lua_game_widget.dart' show LuaGameWidget;
|
||||
export 'runtime/game/runtime_locale.dart' show RuntimeLocaleResolver;
|
||||
export 'runtime/game/runtime_options.dart' show RuntimeOptions;
|
||||
export 'runtime/packages/game_package_repository.dart'
|
||||
show
|
||||
AssetGamePackageRepository,
|
||||
GamePackageRepository,
|
||||
RemoteGamePackageRepository;
|
||||
export 'runtime/scripting/lua_dardo_script_engine.dart'
|
||||
show LuaDardoScriptEngine;
|
||||
export 'runtime/scripting/script_engine.dart' show ScriptEngine;
|
||||
Reference in New Issue
Block a user