Remove Mobile Remove Sprite Remove Tile
article thumbnail

D2 log 074 – New level format

Catnip Games

This gives me freedom in level design and saves work making tiles… tileable. However, the situation is now good. Everything is just one big texture. Interactive elements will be placed using the in-game editor. I export the rendered terrain from Blender as a RGBA image but with alpha value set to depth. So it’s RGBZ.

Terrain 52
article thumbnail

D20 RPG – Board

The Liquid Fire

A lot of people asked about making 2D maps and how to use different types of tiles like water vs dirt. For this lesson I created a couple of simple images to use for tile maps. This asset will be sort of abstract data, and can be “skinned” with specific tiles at a later point. They are available in this package here.

Tile 52
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

Why isn't Godot an ECS-based game engine?

Mircosoft Game Dev

A more complex example can be a rigid body with a sprite attached, in typical ECS, this is found as an entity containing: Transform. Sprite (Node -> Node2D -> Sprite). In Godot adding more of these (multiple sprites and colliders) is kind of free, the transform offset happens automatically. Using Compute.

article thumbnail

Top Emerging Free Game Development Tools and Trends!

Big Games

Find character sprites, environment tiles, UI elements, sound effects, and music tracks, all contributed by artists and musicians within the game development community. Most mobile game development companies use this tool to make their work effortless.

article thumbnail

Full UI Upscaling, Part 1: History and Theory

Grid Sage Games

To take an extreme example, there are obviously different considerations when developing for mobile vs desktop, and the results of the different decisions made to optimize a design for the target platform is also why ports between various platforms don’t always come out the same, whether technically or in terms of feel. .”

Tile 52
article thumbnail

Getting started with HaxeFlixel in 2021

Radiator Blog

For an upcoming project commission, I'm making a 2D game with crowd simulation and simple controls that works well on mobile browsers. The engine should be able to render and simulate 200+ lightweight game objects -- frame-animated sprites with simple collision, no fancy physics or shaders. Reminder: for iOS, that means WebGL 1.0

Sprite 130