Skip to content

Commit

Permalink
Adjustment to screen
Browse files Browse the repository at this point in the history
  • Loading branch information
roboyeti committed Jan 5, 2023
1 parent 3259731 commit e7102f6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
background-size: cover;
background-image: url('./Warframe0144.jpg');
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
height: 100%;
Expand All @@ -22,14 +16,16 @@
color: #ABBD88;
border-radius: 5em;
border-color: #444444;
line-height: 2;
font-size: 18px;
}
</style>
<!-- <script src="//cdn.jsdelivr.net/npm/phaser@3.51.0/dist/phaser.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/3.24.1/phaser.min.js" crossorigin="anonymous"></script>
<script src="./fx.js" crossorigin="anonymous"></script>
<body style="background-image: url('./Warframe0412.jpg')">
<div id="gameContainer">
<div style="position:absolute;top:0px;opacity:0.5;">
<div style="position:absolute;left: 0px;top:0px;opacity:0.5;">
<button onClick="fxengine.sparks()">Sparks</button><br>
<button onClick="fxengine.fountain()">Fountain</button><br>
<button onClick="fxengine.confetti()">Confetti</button><br>
Expand Down

0 comments on commit e7102f6

Please sign in to comment.