python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python Pyglet, new sprites in batch
Python, pyglet
I want to add sprites to my window after it was drawn.
i try to use batch, becouse i want to to have lot of sprites.
my simple testing code is:
import pyglet
import random
from pyglet.w...
Mao Reksio
Votes: 0
Answers: 1
How do I get sprites to appear overtop of drawings?
When making a drawing in pygame, for example the rectangle, how do I make my other sprites show up ontop of the rectangle? Currently they are underneath it
proman213
Votes: 0
Answers: 1
Slight delay after first pass in pygame rain animation
I'm working on a gamejam and decided to start out with some simple rain. Everything works fine, but when the speed is changed, there seems to be a "round" of rain descending on the first pas...
sheeplol
Votes: 0
Answers: 0
Removing and re-adding same sprite to list Unity
I have a Unity script in c# where a public list of sprites is declared and then populated manually in the inspector.
The list consists of 19 sprites of cars.
These cars are available only if the playe...
Patrick
Votes: 0
Answers: 3