Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

GrazuleX

6
Posts
1
Topics
1
Following
A member registered Oct 07, 2023

Recent community posts

new in game development under godot I am looking for a team to work on a project to learn thanks to you with a real project. free evening and part of the weekend. communication in English, French and Dutch. THANKS

Me again, we are the "idle" movement in the divided sprites ?

Great assets..many thanks

I have find it :-)

(1 edit)

Hello, 

I have the full packagé but i don't find rhe Big portrait of the characters...normal ?


Will be great to have portrait of the animales too...in m'y game, there are speaking too :-)

(1 edit)

Hello,
I try to use this direcly in Love2d with Anim8 but I can't not find the good config : 

Spritesheet = love.graphics.newImage("assets/Base Character - Premium/basic/walk.png")
local grid = anim8.newGrid(16, 16, Spritesheet:getWidth(), Spritesheet:getHeight(),32,32)
Left = anim8.newAnimation(grid('1-8',1), 0.1)


I have the sprite on the screen but with a lot of empty/black frames between....from the 8 frames, I have only the frame 1 and 6 with a sprite, all the other frame are empty/black.

I'm sure that the frame have a size of 16x16 and a offset of 32 left and 32 top....but with this config I have this result