From 434fdcff80fc7d6793b6f12b8b99474e277199e1 Mon Sep 17 00:00:00 2001 From: Arthur Bikmullin Date: Fri, 4 May 2012 14:17:16 +0400 Subject: [PATCH] Update flixel.lmbs. Update library name --- flixel.lmbs | 10 +++++----- flxg.monkey | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flixel.lmbs b/flixel.lmbs index 88a796f..e41055b 100644 --- a/flixel.lmbs +++ b/flixel.lmbs @@ -3,12 +3,12 @@ Flixel For Monkey 12 05 - 03 - NIGHTLY-A + 04 + A ZipFolder - https://github.com/downloads/devolonter/flixel-monkey/flixel-monkey-nightly.zip - https://raw.github.com/devolonter/flixel-monkey/nightly/flixel.lmbs - FlxReplay for XNA fixed + https://github.com/downloads/devolonter/flixel-monkey/flixel-monkey-lastest-stable.zip + https://raw.github.com/devolonter/flixel-monkey/master/flixel.lmbs + Update to v1.0a2 false https://github.com/devolonter/flixel-monkey/issues?direction=desc&milestone=1&page=1&sort=created&state=closed \ No newline at end of file diff --git a/flxg.monkey b/flxg.monkey index 1ea70ee..89a5544 100644 --- a/flxg.monkey +++ b/flxg.monkey @@ -30,7 +30,7 @@ Alias JoystickInput = joystick.Joystick Class FlxG - Const LIBRARY_NAME:String = "Flixel For Monkey" + Const LIBRARY_NAME:String = "Flixel for Monkey" Const LIBRARY_MAJOR_VERSION:Int = 1