Commit Message

This commit is contained in:
SilicaAndPina 2020-07-29 13:22:35 +12:00
parent 2b60cde872
commit 88da5bc5f0
10 changed files with 271 additions and 13 deletions

View file

@ -168,7 +168,7 @@ for(yy = 8; yy < (5*44); yy+=45)
if(selected_item != 0)
{
draw_sprite(spr_blocks,selected_item,mouse_x-16,mouse_y-16);
draw_sprite(spr_blocks,selected_item,mouse_x-(TILE_SIZE/2),mouse_y-(TILE_SIZE/2));
}
</string>
</argument>