Top "Sprite" questions

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

Can I add color to bootstrap icons only using CSS?

Twitter's bootstrap uses Icons by Glyphicons. They are "available in dark gray and white" by default: Is it possible to …

css twitter-bootstrap sprite css-sprites
Can you style ordered list numbers?

I'm trying to style the numbers in a ordered list, I'd like to add background-color, border-radius and color so they …

html css html-lists sprite
SVG use tag and ReactJS

So normally to include most of my SVG icons that require simple styling, I do: <svg> <use …

svg sprite reactjs
How to extract part of this image in Java?

I have this sprite sheet: How can I read this image file to extract part of it to be used …

java 2d sprite 2d-games
XNA 2D Camera Engine That Follows Sprite

What is the best way to create a parallax effect in an XNA game? I would like the camera to …

c# xna camera sprite
Animated sprite from few images

I've been searching for some good tutorial about making simple sprite animation from few images in Python using Pygame. I …

python animation pygame sprite pygame-surface
Getting the width of a sprite

I am trying to create a row out of some square sprites I have. So to get the width of …

unity3d sprite game-engine
Looking for a good Image Sprite generator tool

I looking for a decent Image sprite generator. I tried http://spritegen.website-performance.org/ but it's not "smart" enough to …

generator css-sprites sprite
Flipping a 2D Sprite Animation in Unity 2D

I've got a quick question regarding 2D Sprite animations that I haven't been able to find specifically answered anywhere: I …

c# animation unity3d 2d sprite
Changing the Coordinate System in LibGDX (Java)

LibGDX has a coordinate system where (0,0) is at the bottom-left. (like this image: http://i.stack.imgur.com/jVrJ0.png) …

java 2d sprite coordinate-systems libgdx