diff --git a/index.html b/index.html
index c673ff2..d5fbca1 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
+
diff --git a/package.json b/package.json
index 57ac789..892254a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "amerc-site",
- "version": "0.67.0-gates",
+ "version": "0.68.0-trim",
"private": true,
"type": "module",
"scripts": {
diff --git a/public/scene2d/dungeon.png b/public/scene2d/dungeon.png
deleted file mode 100644
index f6e8b93..0000000
Binary files a/public/scene2d/dungeon.png and /dev/null differ
diff --git a/public/scene2d/dwarf.png b/public/scene2d/dwarf.png
deleted file mode 100644
index 678ce67..0000000
Binary files a/public/scene2d/dwarf.png and /dev/null differ
diff --git a/public/scene2d/elf.png b/public/scene2d/elf.png
deleted file mode 100644
index 8f5138a..0000000
Binary files a/public/scene2d/elf.png and /dev/null differ
diff --git a/public/scene2d/lpc/bartender.png b/public/scene2d/lpc/bartender.png
deleted file mode 100644
index 973804b..0000000
Binary files a/public/scene2d/lpc/bartender.png and /dev/null differ
diff --git a/public/scene2d/orc.png b/public/scene2d/orc.png
deleted file mode 100644
index 934185d..0000000
Binary files a/public/scene2d/orc.png and /dev/null differ
diff --git a/public/scene2d/tavern-hero.png b/public/scene2d/tavern-hero.png
deleted file mode 100644
index 3ca0a43..0000000
Binary files a/public/scene2d/tavern-hero.png and /dev/null differ
diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx
index e7e07b5..38b9baa 100644
--- a/src/Scene2D.jsx
+++ b/src/Scene2D.jsx
@@ -7,7 +7,7 @@ import Account from './Account.jsx';
import TavernGame from './TavernGame.jsx';
import { api } from './api.js';
-const RELEASE = '0.67.0-gates';
+const RELEASE = '0.68.0-trim';
const NAV = [
{ id: 'home', label: 'Tavern' },
diff --git a/src/TavernGame.jsx b/src/TavernGame.jsx
index a7a4832..a3adae2 100644
--- a/src/TavernGame.jsx
+++ b/src/TavernGame.jsx
@@ -5,7 +5,7 @@ const T = 32, W = 512, H = 352;
const L = '/scene2d/lpc/';
const SRC = {
inside: L + 'inside.png', floors: L + 'castlefloors.png', vic: L + 'victoria.png', barrel: L + 'barrel.png',
- princess: L + 'princess.png', soldier: L + 'soldier.png', soldier2: L + 'soldier_altcolor.png', bartender: L + 'bartender.png',
+ princess: L + 'princess.png', soldier: L + 'soldier.png', soldier2: L + 'soldier_altcolor.png',
};
// tile picks [col,row] (32px)
const WALL = [0, 4], FLOOR = [0, 7], DOOR = [[8, 1], [9, 1]];