I am using Beta, and I was starting a new small project (Blocks), also I save the project to Github. I has happened me almost every time I import the project to another computer (*), the sprites are like all mixed. What I mean is that sometimes the “mySprite” get’s all transparent after importing the project, other times, it gets the same sprite as the enemy,… Is there any reported issue of “sprite” mixing up in Arcade Beta?
This is my project in Github, as I saved it, the hero should be sprites.castle.heroWalkFront3, but right now I am importing it and it creates a Monkey sprite for the Hero instead of sprites.castle.heroWalkFront3.
*: I should mention, in the computer I am at right now, I first delete any previous version of the same game, then I import it.
It also happens if I try to import it to a Incognito session with no projects in MCA (I’m using Chrome).
The thing is I can see the sprite saved in the repo is the correct one (see https://github.com/adumont/plat1/blob/eb8ba75e86151e844ba3420279a107622662b691/main.ts#L116, you can recognize from the code it’s not the Monkey sprite but heroWalkFront3), so I wonder if there’s any bug (in beta) regarding the loading of assets from repos?
This is the repo: https://github.com/adumont/plat1/commit/eb8ba75e86151e844ba3420279a107622662b691
BTW I realize it was a mistake to use beta to start this project (TBH I don’t even know why I started it in Beta in the first place). Is there any way to backport the project back so I can reopen it with MCA stable? I see MCA stable doesn’t recognize the assets.* objects (I can handle having modifying javascript code to backport it if the changes aren’t much, but I’d like to be able to switch back to blocks after).