ok but like why
This commit is contained in:
parent
990c59aa98
commit
e456c34ae6
@ -309,9 +309,8 @@ class TitleState extends MusicBeatState
|
||||
new FlxTimer().start(2, function(tmr:FlxTimer)
|
||||
{
|
||||
// Get current version of Kade Engine
|
||||
|
||||
//var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/master/version.downloadMe");
|
||||
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/patchnotes/version.downloadMe");
|
||||
|
||||
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/master/version.downloadMe");
|
||||
var returnedData:Array<String> = [];
|
||||
|
||||
http.onData = function (data:String)
|
||||
|
Loading…
x
Reference in New Issue
Block a user