Skip to content

Commit 6194c94

Browse files
committed
Fixed typo in constants
1 parent 725368d commit 6194c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/pico8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"scope": "pico8p8",
5252
"body": [
5353
"left,right,up,down,fire1,fire2=0,1,2,3,4,5",
54-
"black,dark_blue,dark_purple,dark_green,brown,dark_gray,light_gray,white,red,orange,yellow,green,blue,indigo,pink,peach,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
54+
"black,dark_blue,dark_purple,dark_green,brown,dark_gray,light_gray,white,red,orange,yellow,green,blue,indigo,pink,peach=0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
5555
"$0"
5656
],
5757
"description": "Basic pico8 constants"

0 commit comments

Comments
 (0)