This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package; | |
| import entities.Player; | |
| import flash.geom.Point; | |
| import flash.geom.Rectangle; | |
| import flixel.addons.plugin.control.FlxControl; | |
| import flixel.addons.plugin.effects.FlxSpecialFX; | |
| import flixel.addons.plugin.effects.fx.StarfieldFX; | |
| import flixel.FlxG; | |
| import flixel.FlxSprite; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://skullrush.elementfx.com/smf/index.php?topic=2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ; | |
| #if CLIENT | |
| #else | |
| import entities.Flag; | |
| import entities.HealthPack; | |
| import entities.Spawn; | |
| import flixel.util.FlxPoint; | |
| #end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ; | |
| import flash.display.BitmapData; | |
| import flash.geom.Point; | |
| import flash.geom.Rectangle; | |
| import flixel.FlxG; | |
| import flixel.util.loaders.CachedGraphics; | |
| import flixel.util.loaders.TextureRegion; | |
| import flixel.system.layer.Region; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ; | |
| import crashdumper.CrashDumper; | |
| import sys.io.Process; | |
| import sys.FileSystem; | |
| import sys.io.File; | |
| import sys.io.FileOutput; | |
| import haxe.io.Eof; | |
| /** | |
| * ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package; | |
| import flixel.FlxG; | |
| //request Player; | |
| class TestScript | |
| { | |
| public function new() | |
| { | |
| FlxG.log.add("TestFunction"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://ohmnivore.elementfx.com/FlxShell.swf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "entity": | |
| [ | |
| { | |
| "tag":"player", "x":50, "y":50, | |
| "art": | |
| [ | |
| { | |
| "width":16, "height":16, "path":"assets/images/sumohulk.png", | |
| "animation": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <sourcemod> | |
| //Plugin signature | |
| public Plugin:myinfo = | |
| { | |
| name = "Frenzy", | |
| author = "Ohmnivore", | |
| description = "Upon round end, forces everyone to taunt, and forces mini-crits for 30 seconds.", | |
| version = "1.0", | |
| url = "http://www.sourcemod.net/" |
OlderNewer