Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: LupaShiva on Fri 07/01/2011 13:19:06

Title: Folder Sprites
Post by: LupaShiva on Fri 07/01/2011 13:19:06
Ok i have a question, i started a game but it wasnt serious just to test some things but now im interested on it and im creating more and more sprites, if i move the BMP files outside of the game to a different folder it affect the already imported sprites in the game? and inside AGS if i move the sprites to another folder it will change something in the game?

Thank you
Title: Re: Folder Sprites
Post by: monkey0506 on Fri 07/01/2011 14:06:21
Relocating the sprite's source files outside of the AGS Editor (within your OS) will bear absolutely no effect on your game project whatsoever.

Moving the sprites within the AGS Editor into a new sprite folder will bear no effect on the run-time aspect of your game, or how the sprites are actually used at design-time, but will only make your design-time more organized. At run-time everything is referenced by the sprite number which gives no indication of any sprite folder it may have been in at design-time.
Title: Re: Folder Sprites
Post by: LupaShiva on Fri 07/01/2011 15:19:42
Good  ;) ty mate  ;D