Commit Message
This commit is contained in:
parent
2b60cde872
commit
88da5bc5f0
10 changed files with 271 additions and 13 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue