camera movement

This commit is contained in:
TheK0tYaRa 2025-06-22 13:48:35 +03:00
parent d7f95860cf
commit c7d4d57dbe
10 changed files with 158 additions and 39 deletions

View file

@ -13,7 +13,10 @@
#---------------------------------- Content ---------------------------------#
#begin Tilemap.png
#begin images/atlas-definition.xml
/copy:images/atlas-definition.xml
#begin images/atlas.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
@ -23,5 +26,5 @@
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Tilemap.png
/build:images/atlas.png

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TextureAtlas>
<Texture>images/atlas</Texture>
<Regions>
<Region name="404" x="0" y="0" width="32" height="32" />
</Regions>
</TextureAtlas>

BIN
Content/images/atlas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B