Kurolink78's Avatar

Kurolink78

@kurolink78

70
Followers
59
Following
116
Posts
05.08.2023
Joined
Posts Following

Latest posts by Kurolink78 @kurolink78

Video thumbnail

For day 1158 of coding, I've been working on not having the pull happen with no success so far

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

08.03.2026 20:41 👍 4 🔁 1 💬 0 📌 0
Video thumbnail

For day 1157 of coding, I've made progress in having the object push the player. I just now need to not have it pull the player

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

07.03.2026 20:24 👍 4 🔁 0 💬 2 📌 0
Video thumbnail

For day 1156 of coding; I tried using the object's speed to push the player. I will try a different approach, because this attempt failed

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

07.03.2026 05:08 👍 5 🔁 1 💬 1 📌 0
Video thumbnail

For day 1155 of coding; in working on possibly having an enemy push the player, I've found another case that causes an infinite loop

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #GMS #gamemakerstudio #gamemakerstudio2

07.03.2026 05:08 👍 4 🔁 1 💬 1 📌 0
Video thumbnail

For day 1154 of coding, I have fixed the weird knockback direction. I just had to make sure the origin point is on the right position on the sprite

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

04.03.2026 18:36 👍 7 🔁 0 💬 1 📌 0
Video thumbnail

For day 1153 of coding, I think I fixed an issue where an infinite loop is caused by the moving object. Now it seems that the player is being knocked back in a weird direction

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #GMS2 #gamemakerstudio2

04.03.2026 02:42 👍 9 🔁 1 💬 1 📌 0
Video thumbnail

For day 1152 of coding; I fixed the issue with getting hurt during the invulnerability period, but now there are other collision issues that need addressing

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

03.03.2026 05:49 👍 4 🔁 1 💬 1 📌 0
Video thumbnail

For day 1151 of coding, I made a moving "enemy" to test enemy collision while it's moving. The results are interesting, and will need to be looked into why

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

01.03.2026 23:29 👍 5 🔁 1 💬 1 📌 0
Video thumbnail

For day 1150 of coding, I tried adding yellow through the draw_sprite's image blending to see how it looks

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

01.03.2026 06:13 👍 7 🔁 1 💬 1 📌 0
Video thumbnail

For day 1149 of coding, I've managed to replace the image blend with the appropriate shader

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

27.02.2026 19:46 👍 6 🔁 1 💬 1 📌 0
Video thumbnail

For day 1148 of coding, I've added a flashing red color blend during the invulnerability period. I am currently working on how to apply it as a shader instead

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

27.02.2026 05:59 👍 11 🔁 1 💬 1 📌 0

I'm using GSL for the shader. I'm still getting the hang of though

26.02.2026 04:03 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

For day 1147 of coding, I put a red shader on the player when the knockback happens. I'll need to see if I can apply a similar shader during the invulnerability period

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #GMS2 #gamemakerstudio2

26.02.2026 02:52 👍 9 🔁 1 💬 2 📌 0
Video thumbnail

For day 1146 of coding, I tried shortening the invulnerability period and making the "blinks" more rapid to see how it looks overall

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

25.02.2026 06:04 👍 7 🔁 1 💬 1 📌 0
Video thumbnail

For day 1145 of coding, I've added the invulnerability time to the lower left portion of the debug screen

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

23.02.2026 20:51 👍 6 🔁 1 💬 1 📌 0
Video thumbnail

For day 1144 of coding, I've set the player sprite to flash in and out during the time of invulnerability. It's not great, but it can serve as a base for something better

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #GMS2 #gamemakerstudio2

22.02.2026 16:57 👍 7 🔁 0 💬 3 📌 0
Video thumbnail

For day 1143 of coding, I've set up an invulnerability timer after the player gets hurt. I don't have any other indicators set up yet
#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

21.02.2026 21:07 👍 7 🔁 1 💬 1 📌 0
Video thumbnail

For day 1142 of coding, I made sure the player doesn't ping pong between enemies after being hit

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

20.02.2026 19:42 👍 8 🔁 1 💬 1 📌 0
Video thumbnail

For day 1141 of coding, I fixed the collision error. It turns out that two of the variables needed for the collision needed to be updated after the speed change from knockback

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #GMS2 #gamemakerstudio2

20.02.2026 05:40 👍 5 🔁 1 💬 1 📌 0

Thank you. It helped me figure out many problems I've encountered coding

20.02.2026 05:39 👍 0 🔁 0 💬 0 📌 0
Video thumbnail

For day 1140 of coding, I have found where the infinite loop is happening through GMS2's debug mode. I haven't been a able to fix it yet unfortunately

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

19.02.2026 04:35 👍 8 🔁 1 💬 1 📌 0
Video thumbnail

For day 1139 of coding, I've done some testing and found the collision that caused the infinite loop

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

17.02.2026 21:34 👍 8 🔁 1 💬 2 📌 0
Video thumbnail

For day 1138 of coding, I think I got the speed and distance right for the knockback. There is an issue where the game goes into an unbreakable loop at certain collisions

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #GMS2 #gamemakerstudio2

17.02.2026 05:54 👍 11 🔁 2 💬 1 📌 0
Video thumbnail

For day 1137 of coding, the knockback appears to be working. I just need to adjust speed and distance now

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

15.02.2026 16:07 👍 9 🔁 1 💬 1 📌 0
Video thumbnail

For day 1136 of coding, I made some progress with damage knockback. There's still some work to do in order for it to work properly

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

15.02.2026 05:53 👍 6 🔁 1 💬 1 📌 0
Post image

Happy Friday 13th Everyone

Sprite is by @subterraneanex.bsky.social

13.02.2026 20:22 👍 4 🔁 1 💬 0 📌 0
Video thumbnail

For day 1135 of coding, I'm working on having the player get knocked back from damage; using contact damage to test it. I don't have it working yet unfortunately

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

13.02.2026 20:09 👍 11 🔁 2 💬 1 📌 0
Video thumbnail

For day 1134 of coding, I have finished up clearing out the redundant variables for spawning the tree's rocks, and background plants

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #gamemakerstudio2

12.02.2026 21:43 👍 12 🔁 1 💬 1 📌 0
Video thumbnail

For day 1133 of coding, I've been cleaning up the spawning code by removing redundant variables

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

12.02.2026 05:55 👍 13 🔁 2 💬 1 📌 0
Video thumbnail

For day 1132 of coding, I'm working to make sure enough plants are spawned in each room

#gamedev #gamedeveloper #Gamedevelopment #gamedesign #gamedesigner #gamedesigning #coding #dailycoding #dailycodingchallenge #dailycodinghabit #GMS2 #GMS #gamemakerstudio #gamemakerstudio2

10.02.2026 19:08 👍 8 🔁 1 💬 1 📌 0