added pvz

This commit is contained in:
Boof 2023-05-11 10:01:36 +02:00 committed by GitHub
parent b961580c57
commit cc30bfed59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<div id="GameList">
<li><a href="Interactive buddy/">Interactive buddy</a></li>
<li><a href="bloxorz/">Bloxorz</a></li>
<li><a href="pvz/">Plants vs zombies</a></li>
</div>
</body>

BIN
Games/Flash/pvz/pvz.swf Normal file

Binary file not shown.

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plants vs zombies</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>
<embed src="pvz.swf" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</body>
</html>