Prompt for Claude in Cursor:

I need to implement a transition level called "path1" that will serve as a scenic break between level1 and level2 in my game.

Requirements:

  1. Background Image: Use "path1.png" as the background for this level.
  2. Collision Path: Implement a walkable platform where the height can be manually adjusted in constants.js, similar to how level1 handles platform height.
  3. Scene Functionality:
  4. Scene Transitions:

Implementation Notes: