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; | |
class Main extends Sprite { | |
private static var full: Bool = 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
package kha.graphics2; | |
import kha.Color; | |
import kha.Image; | |
import kha.math.Matrix3; | |
extern class Graphics { | |
public function begin(): Void; | |
public function end(): Void; | |
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 kha.Game; | |
import kha.Loader; | |
class TestGame extends Game { | |
public function new() | |
{ | |
super("Test", 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
// ==UserScript== | |
// @name xbox 360 marketplace purchase fixer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description allow xbox 360 free gold game to be redeemed through web site | |
// @author mcawesomept, robdangerous | |
// @match https://live.xbox.com/* | |
// @license MIT | |
// @grant none | |
////allows running user script sooner: |