diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 1cbc705..364c60b 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -5,6 +5,8 @@ import './title' import { Scene } from '../constants' +setBackground(254, 197, 229) + export function start() { go(Scene.Preload) }