SpawnAt comment

This commit is contained in:
Quaternions 2023-11-03 16:16:50 -07:00
parent c37b990389
commit d374a3d4c6

View File

@ -168,7 +168,7 @@ pub struct GameMechanicZone{
#[derive(Clone,Hash,Eq,PartialEq)] #[derive(Clone,Hash,Eq,PartialEq)]
pub enum StageElementBehaviour{ pub enum StageElementBehaviour{
//Spawn,//The behaviour of stepping on a spawn setting the spawnid //Spawn,//The behaviour of stepping on a spawn setting the spawnid
SpawnAt, SpawnAt,//must be standing on top to get effect. except cancollide false
Trigger, Trigger,
Teleport, Teleport,
Platform, Platform,