All my videos – https://thenewboston.com/videos.php
Support my tutorials – https://www.patreon.com/thenewboston
Forum – https://thenewboston.com/forum/
Bucky Roberts – https://thenewboston.com/profile.php?user=2
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/bucky-roberts-69272170
Reddit – https://www.reddit.com/r/thenewboston/
Twitter – https://twitter.com/bucky_roberts
I was stuck in this Texture Atlas part for quite some time and was not able to figure out how to create the .atlas file.
You are the best :)
If the animation seems to bee playing in the wrong order rename all the images in the order you want them to show, something like this: walk_1.png, walk_2.png, walk_3.png…. this way whenever you test out the animation it will follow the order 1, 2, 3, etc.
I was able to follow along and implement everything into one of my own projects.
Great Tutorial! But how i select region manualy in atlasTexture's.Because my project have one atlasTexture and every images in it.(sorry for my bad english)
if u r unable to find the pictures take a screen shot of the screen n crop then 1 by1 accordingly using paint
so I work on a project in Eclipse with Libgdx and I made map in Tiled map editor and when I want to import:
import com.badlogic.gdx.maps.tiled.TiledMap;
import com.badlogic.gdx.maps.tiled.TiledMapTileLayer;
import com.badlogic.gdx.maps.tiled.TiledMapTileLayer.Cell;
import com.badlogic.gdx.maps.tiled.TmxMapLoader;
import com.badlogic.gdx.maps.tiled.renderers.OrthogonalTiledMapRenderer;
It doesn't recognise them, any way to fix this? thanks in advance
hi!! nice tutorial, but how i can change the bounds of the the textureatlas, i had try with setbounds() or setWidth and setHeight but does methods are not allowed.
Where did he get the shooter pics?
can u shw me ur androidmanifest.xml
give us the dam images
You forgot to mention that the images in the input directory to be packed, all need to be of the .png format or it doesn't work. Took me a while to figure that out.
i cannot run gdx-texturepacker on my mac
any idea ?
+thenewboston HyperSTV is stealing your videos
https://code.google.com/p/libgdx-texturepacker-gui/downloads/list
Shame you used images we cannot use
'Animation' is abstract; cannot be instantiated
in animation = new Animation(1/30f,shooterAtlas.getRegions());
getting this error [error] Exception occured: Error packing files.
hi guys,, can someone help me with the pictures,, Thank you