Hi!
I'm making a 2D game where i need a coordinate system to move the player, and i have no idea how to do it.
The system needs this requirements:
1. clickable coordinates, so when i click a coordinate, i will have a picture move to that specific coordinate.
2. Different images for different coordinates, and ability to check what image they have.
And just for the record, I dont want to create 94 buttons or something to make this work... :ambivalence:
// NoIdeas
I'm making a 2D game where i need a coordinate system to move the player, and i have no idea how to do it.
The system needs this requirements:
1. clickable coordinates, so when i click a coordinate, i will have a picture move to that specific coordinate.
2. Different images for different coordinates, and ability to check what image they have.
And just for the record, I dont want to create 94 buttons or something to make this work... :ambivalence:
// NoIdeas