File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -311,14 +311,14 @@ The `Script` components will persist a scene load, but their script contexts won
311311
312312To see more complex applications of this library have a look at the examples:
313313
314- - [ lua - complex game loop] ( bevy_mod_scripting/ examples/lua/complex_game_loop.rs)
315- - [ lua - event recipients] ( bevy_mod_scripting/ examples/lua/event_recipients.rs)
316- - [ lua - bevy API] ( bevy_mod_scripting/ examples/lua/bevy_api.rs)
317- - [ generating statically typed wrappers + ScriptRef system] ( bevy_mod_scripting/ examples/wrappers.rs)
318- - [ lua - documentation generation + lua static typing] ( bevy_mod_scripting/ examples/lua/documentation_gen.rs)
319- - ~~ [ lua - bevy console integration] ( bevy_mod_scripting/ examples/lua/console_integration.rs) ~~ not up to date with bevy 0.8
320- - ~~ [ rhai - bevy console integration] ( bevy_mod_scripting/ examples/rhai/console_integration.rs) ~~ not up to date with bevy 0.8
321- - [ lua - game of life with teal] ( bevy_mod_scripting/ examples/lua/game_of_life.rs)
314+ - [ lua - complex game loop] ( examples/lua/complex_game_loop.rs )
315+ - [ lua - event recipients] ( examples/lua/event_recipients.rs )
316+ - [ lua - bevy API] ( examples/lua/bevy_api.rs )
317+ - [ generating statically typed wrappers + ScriptRef system] ( examples/wrappers.rs )
318+ - [ lua - documentation generation + lua static typing] ( examples/lua/documentation_gen.rs )
319+ - ~~ [ lua - bevy console integration] ( examples/lua/console_integration.rs ) ~~ not up to date with bevy 0.8
320+ - ~~ [ rhai - bevy console integration] ( examples/rhai/console_integration.rs ) ~~ not up to date with bevy 0.8
321+ - [ lua - game of life with teal] ( examples/lua/game_of_life.rs )
322322
323323Below is a video showcasing the game_of_life example:
324324[ ![ Watch the video] ( https://img.youtube.com/vi/Mo9gh2g3ZHw/maxresdefault.jpg )] ( https://www.youtube.com/watch?v=Mo9gh2g3ZHw )
You can’t perform that action at this time.
0 commit comments