diff --git a/eastern flames/datafiles/map1/map1.dat b/eastern flames/datafiles/map1/map1.dat index d1d2e49..db75680 100644 Binary files a/eastern flames/datafiles/map1/map1.dat and b/eastern flames/datafiles/map1/map1.dat differ diff --git a/eastern flames/datafiles/map1/map1.size b/eastern flames/datafiles/map1/map1.size index 430b7aa..9cda4d5 100644 --- a/eastern flames/datafiles/map1/map1.size +++ b/eastern flames/datafiles/map1/map1.size @@ -1 +1 @@ -23.718978881835938 , 16.35820198059082 , 1.6182538270950317 \ No newline at end of file +1.0 , 0.699999988079071 , 0.06869175285100937 \ No newline at end of file diff --git a/eastern flames/datafiles/map1/mapatlas.png b/eastern flames/datafiles/map1/mapatlas.png index 7cf4a70..d44ab99 100644 Binary files a/eastern flames/datafiles/map1/mapatlas.png and b/eastern flames/datafiles/map1/mapatlas.png differ diff --git a/eastern flames/objects/ARTICULATOR/Create_0.gml b/eastern flames/objects/ARTICULATOR/Create_0.gml index 48399f8..17b917d 100644 --- a/eastern flames/objects/ARTICULATOR/Create_0.gml +++ b/eastern flames/objects/ARTICULATOR/Create_0.gml @@ -56,5 +56,5 @@ models = []; textbox_create(txt_test); var spr = sprite_add("./map1/mapatlas.png",0,false,false,0,0); -nu Model("./map1/map1.dat", spr, u, 200, 140, u, .65, u, u, u,); +nu Model("./map1/map1.dat", spr, u, 200, 140, u, 4, u, u, u,); setCam(); \ No newline at end of file