Jonas Schoenwald

Results 51 comments of Jonas Schoenwald

It's not even my account though...

Hey, it's me again, problem still happening, there doesn't seem to be a rhythm to it, just randomly happening, but it seems to happen more often, when you leave the...

Yeah, I thought about it. Problem is, we aren't allowed to upload the game files. This project would be killed in seconds because of copyright issues. I don't know how...

It seems that it will be a bit more cumbersome to be able to use the atd files in godot I experimented a bit to find out whether there is...

Okay, problem solved! We now can Import all images from the game into godot and use them like normal sprites! I wrote a game loader which will create godot texture...

Sure! There shouldn't be any major conflict though. All in one lonely file on my end. But yes please, show me your approach!

> as to avoid builds with redundant data Yeah I can see the reason behind that. A problem with your approach is that we don't really have that good of...

Seems like it can't either apply the loading screen texture, maybe due to a missing node, or it can't find the appropriate texture file. It's probably because you have a...

I think I know why this is happening There could be a file name mismatch. I use Windows, which doesn't care about capitalization in file names, where as you use...

And you have to watch out with the `System.IO` namespace. They can't read the files from the "res://" space when you export the game as they are no longer inside...