+
diff --git a/src/components/Toolbar/ToolbarVersionSelector.astro b/src/components/Toolbar/ToolbarVersionSelector.astro
index f6b12cf..3f28257 100644
--- a/src/components/Toolbar/ToolbarVersionSelector.astro
+++ b/src/components/Toolbar/ToolbarVersionSelector.astro
@@ -3,14 +3,15 @@
class="select select-bordered select-sm w-full max-w-48 lg:max-w-xs ml-2"
title="Choose an example"
>
-
+
diff --git a/src/env.d.ts b/src/env.d.ts
index f964fe0..acef35f 100644
--- a/src/env.d.ts
+++ b/src/env.d.ts
@@ -1 +1,2 @@
+///
///
diff --git a/src/layouts/App.astro b/src/layouts/App.astro
index c9c1f12..9dfdb61 100644
--- a/src/layouts/App.astro
+++ b/src/layouts/App.astro
@@ -38,7 +38,7 @@ import "../styles/splitter.css";
-
+
{title}
diff --git a/src/stores.ts b/src/stores.ts
index 10f2d6c..707d461 100644
--- a/src/stores.ts
+++ b/src/stores.ts
@@ -4,9 +4,14 @@ import { atom } from "nanostores";
import type { GameView } from "./components/GameView/gameView";
import type { Toasty } from "./components/UI/Toasty.astro";
-const defaultCode = `const k = kaplay();
-
-k.debug.log("welcome to kaplayground!");`;
+const defaultCode = `kaplay();
+
+loadBean();
+
+add([
+ sprite("bean");
+]);
+`;
export const $playgroundCode = persistentAtom(
"kaplayground_code",
@@ -21,4 +26,4 @@ export const $gameViewElement = atom
(null);
export const $toastyElement = atom(null);
export const $editorInstance = atom(null);
export const $editorTheme = atom("kaplayrk");
-export const $version = atom("v4000");
+export const $version = atom("v3001");
diff --git a/tsconfig.json b/tsconfig.json
index 0d13103..b03711a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,4 +9,4 @@
"./dist/**",
"./node_modules/**"
]
-}
+}
\ No newline at end of file