Top "Sprite" questions

A sprite is a two-dimensional image or animation that is integrated into a larger scene.

How to resize a sprite in Libgdx?

I have a problem with the method sprite.setSize(float x, float y) in Libgdx. It does not affect the …

java libgdx sprite
How do I test if a property exists on a object before reading its value?

I'm attempting to read a property on a series of Sprites. This property may or may not be present on …

actionscript-3 properties sprite
How to use sprite groups in pygame

So I've gotten to the point in my program where I need to create a group for some sprites that …

python pygame sprite
Favorite image file format for 2d sprites

What is your favorite, lossless image format for games (namely 2d games)? And why? Some things to take into consideration …

image 2d file-format sprite
Unity3D - Shader for sprite clipping

I am trying to create a shader that can be used to clip 2D sprites in a game, I found …

unity3d shader sprite 2d-games
Using image sprites on android

I have an image (588x449) sprite with a collection of different team logos. In Android I have the corresponding ImageView …

android image sprite
libgdx difference between sprite and actor

I'm just going through the javadoc and various tutorials on libgdx and I'm at the stage of trying to figure …

sprite libgdx actor
Remove border around sprite image in Chrome

First time using this technique, seems that regardless what attributes I try to assign the border will not go away …

css image google-chrome border sprite
In JavaFX how do I move a sprite across the screen?

I'm new to JavaFX and am trying to write a game where an animated 2D character walks across the screen (…

animation javafx sprite translation game-loop
Flip a sprite in canvas

I'm using canvas to display some sprites, and I need to flip one horizontally (so it faces left or right). …

javascript image canvas sprite flip