Skip to content

Commit

Permalink
added titlescreen assets
Browse files Browse the repository at this point in the history
  • Loading branch information
LuxxArt committed Aug 20, 2024
1 parent 1bb8c30 commit 0021395
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,13 @@ const images: Image[] = [
image('ui/plus', 'plus'),

// Titlescreen
image('titlescreen/sky', 'title_sky'),
image('titlescreen/background', 'title_background'),
image('titlescreen/foreground', 'title_foreground'),
image('titlescreen/character', 'title_character'),
image('titlescreen/backgroundsitting', 'title_chairs'),
image('titlescreen/backgroundbath', 'title_bath'),
image('titlescreen/tail', 'title_tail'),
image('titlescreen/hand', 'title_hand'),
image('titlescreen/washbeartail', 'title_washbear_tail'),
image('titlescreen/washbearhand', 'title_washbear_hand'),

//temp
image('temp/invwindow', 'invwindow'),
Expand Down
Binary file modified src/assets/images/titlescreen/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/titlescreen/backgroundbath.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/titlescreen/hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/titlescreen/tail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/titlescreen/temptitlescreen.clip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/titlescreen/washbearhand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/titlescreen/washbeartail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0021395

Please sign in to comment.