Open elytrafae opened 9 months ago
I am attempting to make a game in Julia 1.10.0, and whenever I try to create an Actor or TextActor, the error below appears.
Does anyone know what's going on? The same error appears regardless of the assets being present or not.
Update: After testing, I found that using rungame() without arguments is the cause, and thus trying to use the features of https://github.com/aviks/GameZero.jl/pull/38 leads to this.
rungame()
I am attempting to make a game in Julia 1.10.0, and whenever I try to create an Actor or TextActor, the error below appears.
Does anyone know what's going on? The same error appears regardless of the assets being present or not.