Skip to content

Commit

Permalink
convert to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Oct 24, 2023
1 parent 732d811 commit 36755be
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
Binary file added assets/s1b1.webp
Binary file not shown.
Binary file added assets/s1b10.webp
Binary file not shown.
Binary file added assets/s1b11.webp
Binary file not shown.
Binary file added assets/s1b2.webp
Binary file not shown.
Binary file added assets/s1b3.webp
Binary file not shown.
Binary file added assets/s1b4.webp
Binary file not shown.
Binary file added assets/s1b5.webp
Binary file not shown.
Binary file added assets/s1b6.webp
Binary file not shown.
Binary file added assets/s1b7.webp
Binary file not shown.
Binary file added assets/s1b8.webp
Binary file not shown.
Binary file added assets/s1b9.webp
Binary file not shown.
Binary file added assets/s1g1.webp
Binary file not shown.
Binary file added assets/s1r1.webp
Binary file not shown.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,61 +111,61 @@
<a-assets>
<img
id="style1-building1-texture"
src="assets/s1b1.jpg"
src="assets/s1b1.webp"
preload="auto"
/>
<img
id="style1-building2-texture"
src="assets/s1b2.jpg"
src="assets/s1b2.webp"
preload="auto"
/>
<img
id="style1-building3-texture"
src="assets/s1b3.jpg"
src="assets/s1b3.webp"
preload="auto"
/>
<img
id="style1-building4-texture"
src="assets/s1b4.jpg"
src="assets/s1b4.webp"
preload="auto"
/>
<img
id="style1-building5-texture"
src="assets/s1b5.jpg"
src="assets/s1b5.webp"
preload="auto"
/>
<img
id="style1-building6-texture"
src="assets/s1b6.jpg"
src="assets/s1b6.webp"
preload="auto"
/>
<img
id="style1-building7-texture"
src="assets/s1b7.jpg"
src="assets/s1b7.webp"
preload="auto"
/>
<img
id="style1-building8-texture"
src="assets/s1b8.jpg"
src="assets/s1b8.webp"
preload="auto"
/>
<img
id="style1-building9-texture"
src="assets/s1b9.jpg"
src="assets/s1b9.webp"
preload="auto"
/>
<img
id="style1-building10-texture"
src="assets/s1b10.jpg"
src="assets/s1b10.webp"
preload="auto"
/>
<img
id="style1-building11-texture"
src="assets/s1b11.jpg"
src="assets/s1b11.webp"
preload="auto"
/>
<img id="style1-ground1-texture" src="assets/s1g1.jpg" preload="auto" />
<img id="style1-road1-texture" src="assets/s1r1.jpg" preload="auto" />
<img id="style1-ground1-texture" src="assets/s1g1.webp" preload="auto" />
<img id="style1-road1-texture" src="assets/s1r1.webp" preload="auto" />
<a-mixin
id="tile"
tile="
Expand Down

0 comments on commit 36755be

Please sign in to comment.