VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Add GoalPlatform, NoclipEnabler, and SpawnPlatform templates #11

Closed spig95 closed 2 years ago

spig95 commented 2 years ago

Changes

As discussed on Tuesday, we introduce 3 entities with associated tags.

1) GoalPlatform-> when this element is reached, we win the level 2) NoclipEnabler-> the player can activate noclip mode only when it is here, and must return here when noclip mode time is over 3) SpawnPlatform-> the player spawns from here

Remarks