Starting position
Posted: Sun Feb 26, 2017 3:39 am
At the start of the game the position of player is allways 0,0 on the map or is there some case it's different ?
Also performant wise question :
Did it require the same time to access player.position.x than set it as variable at start of the function x = player.position.x when I need to check multiple time that value inside my function?
Also performant wise question :
Did it require the same time to access player.position.x than set it as variable at start of the function x = player.position.x when I need to check multiple time that value inside my function?