Björn Ritzl
Björn Ritzl
@aglitchman does this happen immediately when you open the project?
Could it be related to the user locale and string comparison rules or something?
From @matgis There is a concept called successors in the graph, which is the recursive set of outputs that are upstream of an output. For example, the build-targets output of...
> I think it's the same issue, what do you think @britzl ? Yes, I agree!
@JsaBuilds could you please try the latest version of Defold? We recently upgraded the JOGL version in the editor and it might actually solve your problem.
It seems like your version of Linux Mint has an old version of glibc installed. You can try to install a newer version of glibc (2.29+) or upgrade your version...
We want to do something like this, although not necessarily as proposed here. Probably better to set it per material instead of in the render script.
> I'd be willing to do the plumbing to take a crack at implementing this as well if this API is effectively agreed on. Thanks! There are however additional thoughts...
For an atlas we treat individual images as "animations" that can be played using `sprite.play_flipbook()`. What if we do the same for tiles? ``` -- perhaps one of these? sprite.play_flipbook(url,...
It seems like you are missing a resource: ``` java.io.FileInputStream.open0.class java.io.FileNotFoundException: /Users/***/project/***/main/generated/items/empty.png (No such file or directory) at java.io.FileInputStream.open0(FileInputStream.java) at java.io.FileInputStream.open(FileInputStream.java:219) at java.io.FileInputStream.(FileInputStream.java:157) at clojure.java.io$fn.invokeStatic(io.clj:229) at clojure.java.io$fn.invoke(io.clj:229) at clojure.java.io$fn$G__11372__11386.invoke(io.clj:69) at...