aboutsummaryrefslogtreecommitdiff
path: root/java/applets/test-tween.html
blob: 47aa7314597bf84fab3e24e2fcb6c407ddfcb310 (plain)
1
2
3
4
5
6
7
8
9
<html>	
	<body>
		<applet archive="tween-engine-applets.jar" 
		        code="aurelienribon.tweenengine.applets.TweenApplet"
				codebase="dist"
				width="600"
				height="550"/>
	</body>
</html>