Skip to content

Commit

Permalink
quete
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Apr 7, 2024
1 parent 2861279 commit c853cc9
Show file tree
Hide file tree
Showing 20 changed files with 348 additions and 211 deletions.
14 changes: 7 additions & 7 deletions Json/homeJson.json

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions Json/mapJson.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Site/Css/dialogue.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
visibility: hidden;
opacity: 0;
transition: 2s;
border-top-left-radius: 25px;
border-top-right-radius: 25px;

}

Expand Down
40 changes: 40 additions & 0 deletions Site/Css/topaz.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.topaz {

border-radius: 10px;
border-top-left-radius: 0px;
background-color: rgba(255, 255, 255, 0.325);
box-shadow : 7px 8px 1px rgba(255, 255, 255, 0.217);
color: white;
width: min-content;
display: flex;
padding: 13px;
gap: 15px;

}

.imgTopaz {

width: 45px;
height: 45px;

}

.textTopaz {

display: flex;
gap: 5px;
flex-direction: column;

}

.nameTopaz {

font-size: 1.3em;

}

.nbTopaz {

font-size: 0.9em;

}
Binary file added Site/ImageGame/dog.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 modified Site/ImageGame/home.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 modified Site/ImageGame/map.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 Site/ImageSite/topaz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Site/Js/JsGame/TiledData/collisionsHome.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Site/Js/JsGame/TiledData/collisionsMap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c853cc9

Please sign in to comment.