SlayHorizon / godot-tiny-mmo

Simple MMO / MMORPG using Godot 4. disc: slayhorizon
MIT License
9 stars 4 forks source link

Potential visual sprite bug from Merge 28/08(August)/2024 #21

Closed WithinAmnesia closed 2 months ago

WithinAmnesia commented 2 months ago

https://github.com/SlayHorizon/godot-tiny-mmo-demo/commit/6739c4fd06fa51254b29028a18989ff5e7a833ce M M O A R P G (V 000 019) Godot-Tiny-MMO-Demo-0 0 7 Godot 4 3 NET+ Godot Tiny MMO (0) Bugged The Warrior / knight sprite is invisible after the latest merge on this test build. Is this a local issue on my end or a potential build issue? The previous 3rd dungeon area lower left gate wall overlap bug is fixed though so that's good.

d-Cadrius commented 2 months ago

Hi Amnesia, I currently do not have said issue on my side with the latest merge but you may want to check out the following resource: /common/resources/builtin/sprite_frames_collection/knight.tres The knight animation file may be missing and or corrupted or you can always check the login menu itself to see if the sprite has its sprite frame attached to it: image image if it is attached like above it should look like the following: image

WithinAmnesia commented 2 months ago

First thoughts to double check. May you @d-Cadrius clone the repo and see if its a repo issue too? Either way its an easy fix.

WithinAmnesia commented 2 months ago

"The knight animation file may be missing and or corrupted..." image image image Ah-ha lol its the knight file corrupted; I think. I'll re-clone the latest repo and triple check if its a corrupted file.

WithinAmnesia commented 2 months ago

M M O A R P G (V 000 020) Godot-Tiny-MMO-Demo-0 0 8 Godot 4 3 NET+ Godot Tiny MMO (0) Working I recloned the latest repo and it works. Lets hope it was on my end and a local copy and paste issue and not a repo issue. This looks good and I think this is stable so far.

WithinAmnesia commented 2 months ago

I think this issue is solved.