One-way platforms as a pixel type in the level data #17
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an idea to implement one-way platforms, not as doodads but as a pixel behavior for level geometry itself.
One-way platforms are pixels that you can pass through from below but walk on from above. When standing on them, you can press Down to pass down through them.
They'll use a pixel tag of
Platform: true
to mark palette colors as one-way platforms.Semisolids implemented in
ecaa8c6cef