*

Recent

Author Topic: [Mod] Add Snow to your Arcade for Christmas  (Read 4808 times)

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
[Mod] Add Snow to your Arcade for Christmas
« on: December 09, 2014, 06:50:56 PM »
Download zip and upload snowstorm.js or snowstorm-min.js to the root of your arcade.
Open up yourtemplate/template.php

Monster Template
Find:
Code: [Select]
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
Add Above:
Code: [Select]
<script src="'.$domain.'/snowstorm-min.js"></script>

For Tiles and Simple themes
Find:
Code: [Select]
<link href="<?=$domain?>/templates/<?php echo $template ?>/styles.css" rel="stylesheet" type="text/css">
Add After:
Code: [Select]
<script src="<?=$domain?>/snowstorm-min.js"></script>

Demo => http://www.greatflashgames.net/

More info and modifications can be found here => http://www.schillmania.com/projects/snowstorm/