itch.io is community of indie game creators and players

Devlogs

Updated slimes to use RigidBody2D

Knight Game
A browser game made in HTML5

Quick patch that updates enemy physics. Slimes used to be Node2Ds with no physics, and their gravity was faked using a downward pointing raycast. Anytime the raycast detected a collision, the slime's y position was decreased.

Turning them into rigid bodies gives them much better physics, and allows them to move around the world much more convincingly.

Files

  • 13-sept.zip 10 MB
    Sep 13, 2024
Download Knight Game