Skip to content

Commit

Permalink
added animator vs animation
Browse files Browse the repository at this point in the history
  • Loading branch information
IamChristianS committed Dec 17, 2023
1 parent 98a36c0 commit 9f33839
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Binary file added games/animatorvsanimation/animatorvsanimation.swf
Binary file not shown.
31 changes: 31 additions & 0 deletions games/animatorvsanimation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Animator Vs Animation</title>
<script src="../../ruffle/ruffle.js"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M9KJ1XPKLF');
</script>
<!--Google Analytics-->
</head>
<body>
<div style="margin:0 auto;text-align:center">
<embed src="animatorvsanimation.swf" width="1000" height="800"></embed>
<div style="margin-left:auto;margin-right:auto;text-align:center">
</div>
</div>
<!--Skin Ad-->
<script>
var afg={};afg.u=6328;afg.s=21;
afg.centerWidth=1000; /* Adjust by Game Resolution */
afg.topPos=0;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script>
</body>
</html>

0 comments on commit 9f33839

Please sign in to comment.