article thumbnail

Gamedev Market: Best of 2024 Bundle

Game From Scratch

This is a collection of game ready 2D sprites, tiles, effects, sound effects and music for creating games. It is organized into the following tiers: 1$ Tier Enemy Sprites Pack 1 – Rogue AdventureCharacter Sprites Pack 1 […] The post Gamedev Market: Best of 2024 Bundle appeared first on GameFromScratch.com.

Sprite 70
article thumbnail

Complete 2D Game Assets Humble Bundle

Game From Scratch

including tiles and tilemaps, character sprites, special effects as well as sound audio assets as well. GameFromScratch.com Complete 2D Game Assets Humble Bundle The Complete 2D Game Assets Humble Bundle is now available. This bundle contains a huge number of game assets for creating 2D games (RPG, top down, platformers, etc.)

Asset 61
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How to change the offset of a Tiled Sprite

Cocos

Hi, i want to apply a sprite as a tiled background and apply to it an animation like a movement. I want to give this effect changing the “offset” of the texture/sprite of it. This Node has a sprite set as Tiled

Tile 40
article thumbnail

How to render sprite as tiled in cocos creator?

Cocos

How to render sprite as tiled in cocos creator in c++?

Tile 40
article thumbnail

Tiled Background Cocos Creator 3.7

Cocos

If you want to tile an image, you need to use the Tield (Type) mode of the Sprite component. If you want to tile an image on top of a touchable image, then you need to use the BlockInputEvents component to intercept the response events. Touchable SpriteTiled image (BlockInputEvents)

Tile 40
article thumbnail

Tiled Background Cocos Creator 3.7

Cocos

How Can I tile the Background on a touch of Sprite in coco creator version 3.7?

Tile 40
article thumbnail

Cocos Shader Tutorial 1.0 - about UV

Cocos

By default, the 3D Shader of Cocos will multiply the tile Tilling and add the Offset, and it also supports the flip repair for RenderTexture. _pass = this.node.getComponent(Sprite).material.passes[0]; Use the water wave effect on the 3D meshes This is only for 3D planes with tiled UV Mapping. x,waveFactor.y-uv0.y); x,waveFactor.y-uv0.y);

Shaders 98