From 720c5e403a7e32194626779e2f66a40af447a447 Mon Sep 17 00:00:00 2001 From: Lemth Date: Mon, 19 Dec 2016 21:16:03 +0100 Subject: [PATCH 1/3] New Game Idea Unicorn Connect Four --- Movement Engine/scripts/approach/approach.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Movement Engine/scripts/approach/approach.gml b/Movement Engine/scripts/approach/approach.gml index e06b04e..6228936 100644 --- a/Movement Engine/scripts/approach/approach.gml +++ b/Movement Engine/scripts/approach/approach.gml @@ -18,3 +18,4 @@ if (current < target) { } else { return max(current-amount, target); } + From ce241ae34863ff1c87312a40762005631c5af43f Mon Sep 17 00:00:00 2001 From: Lemth Date: Mon, 19 Dec 2016 21:18:39 +0100 Subject: [PATCH 2/3] save --- Movement Engine/scripts/approach/approach.gml | 1 - 1 file changed, 1 deletion(-) diff --git a/Movement Engine/scripts/approach/approach.gml b/Movement Engine/scripts/approach/approach.gml index 6228936..e06b04e 100644 --- a/Movement Engine/scripts/approach/approach.gml +++ b/Movement Engine/scripts/approach/approach.gml @@ -18,4 +18,3 @@ if (current < target) { } else { return max(current-amount, target); } - From b639defe92b2ab1acbae7d41e3146f8883874fc7 Mon Sep 17 00:00:00 2001 From: Lemth Date: Mon, 19 Dec 2016 21:21:15 +0100 Subject: [PATCH 3/3] checkifworks --- Movement Engine/sprites/s_smooth_slope/s_smooth_slope.yy | 2 +- Movement Engine/sprites/s_solid_slope/s_solid_slope.yy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Movement Engine/sprites/s_smooth_slope/s_smooth_slope.yy b/Movement Engine/sprites/s_smooth_slope/s_smooth_slope.yy index 6573519..11c4e7b 100644 --- a/Movement Engine/sprites/s_smooth_slope/s_smooth_slope.yy +++ b/Movement Engine/sprites/s_smooth_slope/s_smooth_slope.yy @@ -53,7 +53,7 @@ ], "playbackSpeed": 1, "playbackSpeedType": 1, - "sepmasks": false, + "sepmasks": true, "swatchColours": null, "textureGroup": 0, "type": 0, diff --git a/Movement Engine/sprites/s_solid_slope/s_solid_slope.yy b/Movement Engine/sprites/s_solid_slope/s_solid_slope.yy index f28bf57..2629df2 100644 --- a/Movement Engine/sprites/s_solid_slope/s_solid_slope.yy +++ b/Movement Engine/sprites/s_solid_slope/s_solid_slope.yy @@ -53,7 +53,7 @@ ], "playbackSpeed": 1, "playbackSpeedType": 1, - "sepmasks": false, + "sepmasks": true, "swatchColours": null, "textureGroup": 0, "type": 0,