Skip to content

Commit

Permalink
adds image assets and fixes collapsible header issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceliacreates committed Sep 15, 2023
1 parent 571e34a commit 312b2d0
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 21 deletions.
Binary file added public/assets/bomb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/leftarrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/platform.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/player.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/rightarrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/star.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/views/AboutPage.vue
Expand Up @@ -5,13 +5,7 @@
<ion-title>About</ion-title>
</ion-toolbar>
</ion-header>
<ion-content :fullscreen="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">About</ion-title>
</ion-toolbar>
</ion-header>

<ion-content>
<ExploreContainer name="About page" />
</ion-content>
</ion-page>
Expand Down
9 changes: 2 additions & 7 deletions src/views/PlayPage.vue
Expand Up @@ -5,13 +5,8 @@
<ion-title>Play</ion-title>
</ion-toolbar>
</ion-header>
<ion-content :fullscreen="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Play</ion-title>
</ion-toolbar>
</ion-header>
<PhaserContainer/>
<ion-content >
<PhaserContainer />
</ion-content>
</ion-page>
</template>
Expand Down
8 changes: 1 addition & 7 deletions src/views/ScoresPage.vue
Expand Up @@ -5,13 +5,7 @@
<ion-title>Scores</ion-title>
</ion-toolbar>
</ion-header>
<ion-content :fullscreen="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Scores</ion-title>
</ion-toolbar>
</ion-header>

<ion-content>
<ExploreContainer name="Scores page" />
</ion-content>
</ion-page>
Expand Down

0 comments on commit 312b2d0

Please sign in to comment.