HurricaneInteractive / abyss_engine

A very simple game engine built on top of raylib-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find character position

HurricaneInteractive opened this issue · comments

Able to look up the position (or positions) of a character in the level.

###
##@
###

Looking for @ would return 2, 3 (row 2, column 3).

This can be useful to take control of entities that will have functionality and will move, ie the player.

Completed with this commit