From feb3a5ddec97b00b4eaedf48702490913e57c333 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Wed, 22 Jul 2020 15:45:22 +1200 Subject: [PATCH] CommitLog | --- ..._base.object.gmx => obj_bullet.object.gmx} | 28 ++++++++++++++++-- objects/obj_laser_bullet.object.gmx | 23 -------------- objects/obj_player.object.gmx | 4 +-- sprites/images/spr_bullets_0.png | Bin 0 -> 131 bytes sprites/images/spr_bullets_1.png | Bin 0 -> 130 bytes sprites/images/spr_bullets_2.png | Bin 0 -> 125 bytes ...llet.sprite.gmx => spr_bullets.sprite.gmx} | 6 ++-- 7 files changed, 31 insertions(+), 30 deletions(-) rename objects/{obj_bullet_base.object.gmx => obj_bullet.object.gmx} (58%) delete mode 100644 objects/obj_laser_bullet.object.gmx create mode 100644 sprites/images/spr_bullets_0.png create mode 100644 sprites/images/spr_bullets_1.png create mode 100644 sprites/images/spr_bullets_2.png rename sprites/{spr_lazer_bullet.sprite.gmx => spr_bullets.sprite.gmx} (77%) diff --git a/objects/obj_bullet_base.object.gmx b/objects/obj_bullet.object.gmx similarity index 58% rename from objects/obj_bullet_base.object.gmx rename to objects/obj_bullet.object.gmx index eeed8ac..4950851 100644 --- a/objects/obj_bullet_base.object.gmx +++ b/objects/obj_bullet.object.gmx @@ -1,13 +1,37 @@ - <undefined> + spr_bullets 0 -1 0 0 <undefined> <undefined> - + + + + 1 + 603 + 7 + 0 + 0 + -1 + 2 + + + self + 0 + 0 + + + 1 + image_speed = 0; + + + + + + 0 0 0 diff --git a/objects/obj_laser_bullet.object.gmx b/objects/obj_laser_bullet.object.gmx deleted file mode 100644 index e831ec6..0000000 --- a/objects/obj_laser_bullet.object.gmx +++ /dev/null @@ -1,23 +0,0 @@ - - - spr_lazer_bullet - 0 - -1 - 0 - 0 - obj_bullet_base - <undefined> - - 0 - 0 - 0 - 0.5 - 0.100000001490116 - 0 - 0.100000001490116 - 0.100000001490116 - 0.200000002980232 - -1 - 0 - - diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index c0bb900..974014a 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -151,9 +151,9 @@ speed += 5 1 - var new_bullet = instance_create(x,y,obj_laser_bullet); + var new_bullet = instance_create(x,y,obj_bullet); new_bullet.image_angle = image_angle; -new_bullet.speed = speed; +new_bullet.speed = speed + 1; diff --git a/sprites/images/spr_bullets_0.png b/sprites/images/spr_bullets_0.png new file mode 100644 index 0000000000000000000000000000000000000000..806d9f1c29ebeb31fb856be5b1360522ee995b38 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzFHaZ8kcv6U2@ZU6QUn;O@@ cWMpWNI%3^gZJH7C6lf@er>mdKI;Vst0PgWE!~g&Q literal 0 HcmV?d00001 diff --git a/sprites/images/spr_bullets_2.png b/sprites/images/spr_bullets_2.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc487d876707d4f307b3c0893cad12b043fb63d GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz7f%<*kcv5PFP!FNP~dSn_;$Z6 zx0j|=zLL32 32 - images\spr_lazer_bullet_0.png - images\spr_lazer_bullet_1.png - images\spr_lazer_bullet_2.png + images\spr_bullets_0.png + images\spr_bullets_1.png + images\spr_bullets_2.png