Skip to content

Commit

Permalink
Fixing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy authored Oct 22, 2024
1 parent 0c7431f commit 80cb54e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/looparround.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started
@title: looparround
@author:
@author: Emarald64
@tags: []
@addedOn: 2024-00-00
@addedOn: 2024-10-22
*/

const player = "p"
Expand Down Expand Up @@ -319,4 +319,4 @@ afterInput(() => {
openadoors[i].type=openadoor
}
}
})
})

0 comments on commit 80cb54e

Please sign in to comment.