SelinaDev / Godot-Roguelike-Tutorial

Yet Another Roguelike Tutorial in Godot
MIT License
78 stars 10 forks source link

Fix typo preventing collisions with entities #1

Closed klistwan closed 9 months ago

klistwan commented 9 months ago

Colliding with an entity results in "Invalid get index 'is_blocking_movment' (on base: 'Resource (EntityDefinition)')".

This appears to have been fixed in the subsequent parts of the tutorial.

SelinaDev commented 9 months ago

Thank you for catching that!