Add entityclass::moveblockto()

This function will restore a block's hitbox after it has been disabled
by `entityclass::nocollisionat()`.
This commit is contained in:
Misa
2020-10-09 17:04:03 -07:00
committed by Ethan Lee
parent d8cee4866e
commit c83132f4fa
2 changed files with 20 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ public:
void removeblockat(int x, int y);
void moveblockto(int x1, int y1, int x2, int y2, int w, int h);
void nocollisionat(int x, int y);
void removetrigger(int t);