Skip to content

Commit 9da570d

Browse files
committed
Fixed the color replace table
1 parent f752337 commit 9da570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyxel/editor/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def _user_pal():
5-
for i in range(pyxel.num_user_colors):
5+
for i in range(len(pyxel.colors)):
66
pyxel.pal(i, pyxel.NUM_COLORS + i)
77

88

0 commit comments

Comments
 (0)