DivineDominion / GodotCollisionDetection

Area2D an KinematicBody2D based collision demonstrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Collision Detection Demos

Currently, this demonstrates two kinds of player nodes:

  1. Area2D and manual position changes, the naive approach that will "teleport" the player to the destination, clipping through walls;
  2. KineticBody2D and move_and_collide to make the physics engine calculate collisions from the current position up to the destination.

You can

License

Public domain. See the LICENSE file.

About

Area2D an KinematicBody2D based collision demonstrations

License:The Unlicense


Languages

Language:GDScript 100.0%