Skip to content

Commit

Permalink
remvoe second esxit
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwong2008 committed Feb 24, 2025
1 parent 6604257 commit 13cb3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/platformer/GameSetterQuidditch.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const assets = {

{ name: 'harry', id: 'player', class: PlayerQuidditch, data: assets.players.harry },
{ name: 'tube', id: 'finishline', class: FinishLine, data: assets.obstacles.tube, xPercentage: 0.85, yPercentage: 0.855 },
{ name: 'tubeU', id: 'minifinishline', class: FinishLine, data: assets.obstacles.tubeU, xPercentage: 0.69, yPercentage: 0.9 },
/// { name: 'tubeU', id: 'minifinishline', class: FinishLine, data: assets.obstacles.tubeU, xPercentage: 0.69, yPercentage: 0.9 },
{ name: 'waterEnd', id: 'background', class: BackgroundTransitions, data: assets.transitions.waterEnd },

];
Expand Down

0 comments on commit 13cb3f1

Please # to comment.