Remove Collision Remove Game Engine Remove Pixel
article thumbnail

Atari ST Programming: A Simple Game in STOS

Retro Game Coders

Now we can move sprites in STOS we need to put things together to see how we can actually begin creating playable games. Along the way we will look at some more new features and concepts so you can understand more of how STOS works versus programming languages and game engines you might be used to. Full Demo Game Code.

Sprite 52
article thumbnail

Godot 3.1 will get many improvements to KinematicBody

Mircosoft Game Dev

This function tries to move the character using that velocity and every time a collision is found, it will slide against it (and adjust the velocity accordingly). snap 32 pixels down velocity = move_and_slide_with_snap(velocity, Vector2(0, -1), Vector2(0, 32)). velocity = move_and_slide(velocity). > 0: jumping = false.

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

Dev snapshot: Godot 4.0 alpha 15

Mircosoft Game Dev

GUI: Add font LCD sub-pixel anti-aliasing support ( GH-64422 ). Particles: Add "Hide on Contact" collision mode to ParticlesMaterial ( GH-61238 ). Physics: Add collision weight to PhysicsBody2D/3D for penetrations which must be avoided ( GH-64343 ). Rendering: Add font LCD sub-pixel anti-aliasing support ( GH-64422 ).

Alpha 52
article thumbnail

Dev snapshot: Godot 3.2.4 beta 6

Mircosoft Game Dev

Multiple fixes to one-way collisions , handling many cases where collisions would not work reliably. New option to snap 2D transforms to whole coordinates , helps prevent jitter on pixel art camera motions. Multiple fixes to one-way collisions (new in beta 6). See godot-docs#4213 for the updated documentation.

Beta 52
article thumbnail

Release candidate: Godot 3.2.4 RC 1

Mircosoft Game Dev

New option to snap 2D transforms to whole coordinates , helps prevent jitter on pixel art camera motions. Multiple fixes to one-way collisions. Physics: Fix multiple issues with one-way collisions ( GH-42574 ). Rendering: Add option for snapping 2D transforms to whole coordinates, for pixel art motion ( GH-43554 ).

Render 52
article thumbnail

Release candidate: Godot 3.2.4 RC 4

Mircosoft Game Dev

New option to snap 2D transforms to whole coordinates , helps prevent jitter on pixel art camera motions. Multiple fixes to one-way collisions. Physics: Fix multiple issues with one-way collisions ( GH-42574 ). Physics: Allow CollisionObject to show collision shape meshes ( GH-45783 ). or earlier no longer works in 3.2.4

Render 52
article thumbnail

Release candidate: Godot 3.2.4 RC 2

Mircosoft Game Dev

New option to snap 2D transforms to whole coordinates , helps prevent jitter on pixel art camera motions. Multiple fixes to one-way collisions. Physics: Fix multiple issues with one-way collisions ( GH-42574 ). Rendering: Add option for snapping 2D transforms to whole coordinates, for pixel art motion ( GH-43554 ).

Render 52