Kyjor / JulGame.jl

JulGame is a game engine based on the Julia programming language with the help of SDL2.
https://docs.kyjor.io/JulGame.jl
The Unlicense
94 stars 3 forks source link

[29] Scene switching in game mode #34

Closed Kyjor closed 6 months ago

Kyjor commented 6 months ago

This adds functionality to clean up and create a new scene while the project is running. Along with this, we can mark entities to persist between scenes.

Kyjor commented 6 months ago

Scene switching in game mode