“Como teleportar um sprite para uma nova sala no Game Maker Studio 2” Respostas de código

Como teleportar um sprite para uma nova sala no Game Maker Studio 2

TargetRoom = rm_House;//Change this to the room you want to go  
Targetx = 125;//Change this to where you want your player to spawn when he enters the room  
Targety = 125;//Change this to where you want your player to spawn when he enters the room  
Easy Eel

Como teleportar um sprite para uma nova sala no Game Maker Studio 2

room = other.TargetRoom;  
x = other.Targetx;  
y = other.Targety;
Easy Eel

Respostas semelhantes a “Como teleportar um sprite para uma nova sala no Game Maker Studio 2”

Perguntas semelhantes a “Como teleportar um sprite para uma nova sala no Game Maker Studio 2”

Procure respostas de código populares por idioma

Procurar outros idiomas de código