article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: Animated sprites, both 2D and 3D, now support options for more precise timing of individual frames ( GH-65609 ). Editor: Bring back the renderer options button on the main editor ( GH-70500 ). Rendering: Add options for sorting transparent objects ( GH-69998 ).

Beta 105
article thumbnail

D20 RPG – Combatants

The Liquid Fire

We will add animated sprites to represent both a hero and monster. It includes a collection of prefabs, scripts and sprites that we can use to play with. New Sprites There are three new sprites included. SetLayerOrder can be used to make sure that the various sprite renderers will appear in the correct order.

Sprite 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

Full Unity 2D Game Tutorial 2019 – Making Mini Map Mask

Game Development

To do that we will edit the spaceship sprite by clicking on it in the project window. Then set the pixels per unit to 64 and click apply to update the sprites. So we need to edit those as well. So we need to edit those as well. Select the player object and edit the collider so it is now 0.2 Mini Map Mask.

Texture 52
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: Animated sprites, both 2D and 3D, now support options for more precise timing of individual frames ( GH-65609 ). Editor: Bring back the renderer options button on the main editor ( GH-70500 ). Rendering: Add options for sorting transparent objects ( GH-69998 ).

Beta 80
article thumbnail

Maintenance release: Godot 3.4.1

Mircosoft Game Dev

Editor: Expose ScriptEditor::edit to scripting ( GH-55709 ). Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ). Rendering: Fix vertex attribute specification for octahedral compression ( GH-54768 ). Rendering: Portals: Allow user to set roaming expansion margin ( GH-54921 ).

Tile 52
article thumbnail

Release candidate: Godot 3.4.1 RC 3

Mircosoft Game Dev

Please test it on Windows (any version) to confirm that editing a project from the project manager, and running a project from the editor, both work fine. Editor: Expose ScriptEditor::edit to scripting ( GH-55709 ). Import: Fix texture atlas generation when source sprite is larger than generated atlas ( GH-55094 ).

Tile 52
article thumbnail

Breakout: Physics

The Liquid Fire

Right-click in the Hierarchy window, and choose “2D Object -> Physics -> Dynamic Sprite” Congratulations, you have just created a GameObject. Sprite Renderer – is what makes the object show up in the camera. It determines what picture to show, called a Sprite. Move the Wall beneath the Ball.

Sprite 52