Skip to content

Commit 82b710e

Browse files
fix: metadata is empty
1 parent 0faa0f8 commit 82b710e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

games/SimpleSnake.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
@title: SimpleSnake
3-
@author: wolf-yuan-6115
3+
@description: Just a simple snake game, with kinda good art(?) and some sounds for it.
4+
@author: @wolf-yuan-6115
45
@tags: []
56
@addedOn: 2025-08-14
67
*/
@@ -743,4 +744,4 @@ onInput("i", () => {
743744
}
744745
})
745746

746-
showStartScreen()
747+
showStartScreen()

0 commit comments

Comments
 (0)