Dennis Spreen
Dennis Spreen
Closes #77 The "blender" profile is used to included a tag filled with \yyy\ where xxx is the blender custom property name and yyy the value as text. No further...
The Tiled-editor allows object layers with separate independend images instead of an single tileset image (see attached tmx file). The TCastleTiledMapData.TImage.DetermineSize function then crashes, because the URL is empty. It's...
Command line usage: input path does not support spaces, whereas output path with spaces work. this does not work: SpriteSheetPacker.exe "C:\test\input with spaces\siteicons" "C:\test\output with spaces works" this does work:...
Add the missing Priority-Property to TCastlePlayingSound and TCastlePlayingSoundSource. Resolves #615
While TCastlePlayingSound and TCastlePlayingSoundSource both have Pitch and Volume properties, the Priority property is missing. That Priority would be multiplied by the TCastleSound.Priority to calculate the "final priority". Which means...