This file contains 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
<data> | |
<version number="0.0.0"/> | |
<demo_mode value="false"/> | |
<party> | |
<class_entry value="mcguffin"> | |
<character handle="mcguffin" name="Azra" sex="male" hero="true"> | |
<info level="1" xp="0"/> | |
<skills points="0"/> | |
<colors/> | |
<target boss="false" chance="false" default="null" effect="false" cheap="false" bulldog="false"/> |
This file contains 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
<?php | |
define("CLIENT_ID", "REDACTED"); | |
define("CLIENT_SECRET", "REDACTED"); | |
define("GITHUB_URL", "ssl://api.github.com"); | |
define("GITHUB_PATH", "/repos/YOUR-NAME-HERE/YOUR-REPO-HERE/"); | |
define("ISSUESTATE_OPEN", "open"); | |
define("OUTPUT_FILENAME", "/path/to/milestones.json"); | |
$milestones = processIssues(loadIssues()); | |
$fp = fopen(OUTPUT_FILENAME, "w+"); |
This file contains 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 openfl.text.TextField; | |
import openfl.display.Bitmap; | |
import openfl.display.BitmapData; | |
import openfl.display.Sprite; | |
import openfl.Assets; | |
import openfl.text.TextFormat; | |
This file contains 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.Sprite; | |
import flash.display.StageAlign; | |
import flash.display.StageScaleMode; | |
import flash.events.Event; | |
import flash.Lib; | |
import flixel.FlxGame; | |
import flixel.FlxState; |
This file contains 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.Sprite; | |
import flash.display.StageAlign; | |
import flash.display.StageScaleMode; | |
import flash.events.Event; | |
import flash.Lib; | |
import flixel.FlxGame; | |
import flixel.FlxState; |
This file contains 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.Bitmap; | |
import flash.display.BitmapData; | |
import flash.display.Sprite; | |
import openfl.Assets; | |
import openfl.geom.Rectangle; | |
import openfl.geom.Point; | |
import openfl.geom.Matrix; |
This file contains 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 com.leveluplabs.tdrpg; | |
import flash.display.BitmapData; | |
import flash.geom.Point; | |
import flash.geom.Rectangle; | |
import flixel.FlxG; | |
import flixel.graphics.FlxGraphic; | |
import openfl.Lib; | |
/** | |
* ... |
This file contains 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 haxe.io.Bytes; | |
import lime.utils.UInt8Array; | |
import lime.graphics.Image; | |
import lime.graphics.ImageBuffer; | |
import openfl.Assets.AssetLibrary; | |
import openfl.Assets; | |
import openfl.Lib; | |
import openfl.utils.ByteArray; |
This file contains 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 openfl.display.Sprite; | |
import openfl.Lib; | |
import openfl.text.TextField; | |
import openfl.text.TextFieldAutoSize; | |
import openfl.text.TextFormat; | |
import openfl.text.TextFormatAlign; | |
This file contains 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
Put this image under "assets": | |
http://imgur.com/wFG4Tgc |
OlderNewer