Skip to content

Commit

Permalink
chore(scenes): set background to blush pink
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 25, 2025
1 parent e72abda commit 3a7df08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scenes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import './title'

import { Scene } from '../constants'

setBackground(254, 197, 229)

export function start() {
go(Scene.Preload)
}

0 comments on commit 3a7df08

Please sign in to comment.