Skip to content

Commit

Permalink
feat: add image to ants page and update pheromone colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Oct 5, 2024
1 parent dd19da1 commit 09dc7ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 428 deletions.
5 changes: 3 additions & 2 deletions src/pages/ants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { useEffect, useRef, useState } from "react"

export const meta: RouteMeta = {
title: 'Ants',
image: './screen.png'
}

export default function () {
Expand Down Expand Up @@ -45,9 +46,9 @@ export default function () {
ant: [0xcc, 0xcc, 0xcc, 0xff],
antAndFood: [0xee, 0x44, 0xee, 0xff],
food: [0, 0x80, 0, 0xff],
pheromoneToFood: [0x20, 0xff, 0x20, 0xff],
pheromoneToFood: [0x20, 0xee, 0x20, 0xff],
pheromoneToHill: [0xa0, 0x20, 0x20, 0x80],
pheromoneBoth: [0x70, 0xff, 0x20, 0xff],
pheromoneBoth: [0xa0, 0xee, 0x20, 0xff],
anthill: [0x80, 0, 0, 0xff],
void: [0, 0, 0, 0xff],
}
Expand Down
Binary file added src/pages/ants/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
329 changes: 0 additions & 329 deletions src/pages/artisan-td-calc/index.tsx

This file was deleted.

Loading

0 comments on commit 09dc7ec

Please sign in to comment.