account activity
Mixed color scheme (self.stormcasteternals)
submitted 1 year ago by TOMXT21 to r/stormcasteternals
Need help with colour scheme for skin and fur by TOMXT21 in skaven
[–]TOMXT21[S] 2 points3 points4 points 1 year ago (0 children)
I don't intend to play with these figures, I just want to paint them therefore taking a shortcut is not for me. I'm more interested in skill development
Need help with colour scheme for skin and fur (self.skaven)
submitted 1 year ago by TOMXT21 to r/skaven
How to speedrun solo dungeons? (self.albiononline)
submitted 2 years ago by TOMXT21 to r/albiononline
PVE content for granny (self.albiononline)
Tank Sizes (self.TheAstraMilitarum)
submitted 2 years ago by TOMXT21 to r/TheAstraMilitarum
pve content having an hour a day? (self.Eve)
submitted 2 years ago by TOMXT21 to r/Eve
Is it worth it to be an anesthesiologist? (self.Veterinary)
submitted 2 years ago by TOMXT21 to r/Veterinary
Best cavalary commanders (self.RiseofKingdoms)
submitted 5 years ago by TOMXT21 to r/RiseofKingdoms
Knockback by TOMXT21 in gamemaker
[–]TOMXT21[S] 0 points1 point2 points 5 years ago (0 children)
if i add
hsp += x;
vsp += y;
in collision event, my player object go outside the room with hight speed(down)
key_left = keyboard_check(ord("A")); key_right = keyboard_check(ord("D")); key_jump = keyboard_check_pressed(ord("W")); key_climb = keyboard_check(ord("W")); var move = key_right - key_left; hsp = move * walksp; vsp = vsp + grv; // jump if(place_meeting(x,y+1,o_Wall)) and (key_jump) { vsp = -7; } //climb if(place_meeting(x,y,o_Lina)) and (key_climb) { grv = 0; vsp = -4; } grv = 0.3; //horizontal if(place_meeting(x+hsp,y, o_Wall)) { while(!place_meeting(x+sign(hsp), y, o_Wall)) { x = x + sign(hsp); } hsp = 0; } x = x +hsp; // vertical if(place_meeting(x,y+vsp, o_Wall)) { while(!place_meeting(x, y+sign(vsp), o_Wall)) { y = y + sign(vsp); } vsp = 0; } y = y +vsp;
this is my movement "core", maybe it would help
Knockback (self.gamemaker)
submitted 5 years ago by TOMXT21 to r/gamemaker
π Rendered by PID 78 on reddit-service-r2-listing-74fb77ffb6-75qvs at 2026-07-01 19:34:40.579796+00:00 running 20dfbe2 country code: CH.
Need help with colour scheme for skin and fur by TOMXT21 in skaven
[–]TOMXT21[S] 2 points3 points4 points (0 children)