4,758 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
82
views
nea game doesn't allow me to present and click on sprites
I'm creating a game for my nea and I have tried multiple times to make me as a user of the game to press on documents that my character presents, and to be able to interact with it. I have checked ...
1
vote
0
answers
70
views
Render Texture Triangle From Vertexes and Uvs
I'm attempting to render out part of a spritesheet to a new standalone texture. I have the triangles, vertexes and uv coords of my sprite but my code only correctly renders the first triangle not the ...
3
votes
0
answers
115
views
C64 moving sprite issue
I'm writing a Chrome Dino demake on the c64 but the code won't work. Sprite 0 won't move and there are some garbage pixels on top of the screen.
A demake is a video game remake that adapts a modern ...
2
votes
1
answer
92
views
Unity ReadObject in profiler causing spike for sprite animations
So it appears in the profiler that whenever one of our sprite animations is played for the first time, it causes a spike on the CPU as the sprite atlases are loaded into memory. This can cause a ...
2
votes
0
answers
104
views
Cannot Get Sprite to Animate in Ren'Py
I am unable to get the images of a sprite to change in Ren'Py.
All the images I intended to add are in the directory, and I wrote the code exactly how it was stated in the tutorial, but it does not ...
2
votes
2
answers
86
views
Multiple frame animation in HTML canvas
I've been trying to find an answer for a while but most searches return results for animating shapes not frame animation. Given a canvas with a 2d context to which I draw sprites with drawImage, what'...
0
votes
0
answers
53
views
How to hit-detect sprites but pass through background clicks in a transparent window?
I have an app built [in Objective C] for MacOS using SKScene and GameScene that has a floating window with some text in it (a clock). It works great, floats and shows the text. I have implemented hit ...
0
votes
0
answers
65
views
SkiFree Sprite Layout Order Issue
I am writing a beginner Java version of the popular game of '90: SkiFree for personal learning. I managed to create most of the game display, but I have an issue with the layout management there ...
0
votes
1
answer
42
views
SpriteKit Beginner: Mouse Node Not Moving to Random Locations
I’m a beginner playing around with SpriteKit, and I created a file called GameScene. It contains only one node called mouse. My goal is to animate the mouse and move it to random locations when the ...
-1
votes
1
answer
45
views
Issue with Sprite not showing up, using Pygame [duplicate]
I'm following a begginner tutorial to start using pygame, but I'm stuck with the sprite display. I'm not able to make it visible on screen, please find below the code related to the sprite.
I'm not ...
1
vote
0
answers
105
views
svg sprite (lineargradient) not working in Safari
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="...
0
votes
1
answer
57
views
CSS Sprites in WordPress
The code below shows the use of a sprite that should normally display images in B&W and when the mouse is hovered over the images, they become colored, but without showing the transitions between ...
0
votes
0
answers
83
views
How to execute code when clicking on button in properties panel (Blender add-on Python)?
Blender 3d 2.90.1,
Python 3.10,
bpy
Hello, I am working on an add-on to automate the process of creating sprites that I assemble in the form of spritesheets. My code worked so far but as soon as I ...
0
votes
1
answer
209
views
Character with multiple sprites doesn't flip correctly when scaling the root node
I'm working on a 2D game in Godot (version 4.3) and have a character composed of multiple sprites (e.g., body, head, equipment). These sprites are all children of a CharacterBody2D root node.
I want ...
1
vote
0
answers
28
views
Unreal, Mask out player model that overlaps a weapon for sprite sheet export
I am able to create an animation sequence and export 8 frames for walking as a sprite sheet.
I want to export the player model without a weapon (which I have done)
I want to export the weapons ...