Skip to content

Commit

Permalink
Fixed bashF image conversion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Robson committed Apr 17, 2024
1 parent 68fcb72 commit a90e11e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified basic/images/graphics.gfx
Binary file not shown.
Binary file modified basic/images/sprite_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion basic/scripts/gconvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def convertPixel(self,px,py):
best = 99999999
select = -1

for i in range(1,15):
for i in range(1,16):
s = self.score(rgb,self.palette[i])
#print("\t",i,rgb,self.palette[i],s)
if s < best:
Expand Down
Binary file modified basic/storage/graphics.gfx
Binary file not shown.

0 comments on commit a90e11e

Please sign in to comment.