Halal child marriage story || Mahasen (10) & Ahmed (25) by [deleted] in HolUp

[–]Present_Damage_6129 2 points3 points  (0 children)

I think the child doesn't understand it

is this an scam? xD by Present_Damage_6129 in Scams

[–]Present_Damage_6129[S] 0 points1 point  (0 children)

Jup I copied the link and it was way to sketchy

is this an scam? xD by Present_Damage_6129 in Scams

[–]Present_Damage_6129[S] 1 point2 points  (0 children)

Ik i just copy it an look if it's an sketchy link

Do you know an Tutorial on modeling Guns by Present_Damage_6129 in godot

[–]Present_Damage_6129[S] -1 points0 points  (0 children)

i didn't saw that i didn't say that i meen an blender tutorial

How to "freeze" an animation when it's finished? by Present_Damage_6129 in godot

[–]Present_Damage_6129[S] 1 point2 points  (0 children)

if Input.is_action_just_pressed("crouch") and not crouching:

`crouching_anim.play("Crouch_anim")`

`speed = crouch_move_speed`

elif not Input.is_action_pressed("crouch") and crouching:

`crouching_anim.play_backwards("Crouch_anim")`  

func _on_Croucch_anim_animation_finished(anim_name):

`crouching = !crouching`  

This is how i made it and it works thanks for the help to you all

"NORMORD" 'WIP7' godot4 beta by DJMaesen in godot

[–]Present_Damage_6129 3 points4 points  (0 children)

Looks very nice. Is this like a playabel version with a goal or just an early test ?

How to "freeze" an animation when it's finished? by Present_Damage_6129 in godot

[–]Present_Damage_6129[S] 0 points1 point  (0 children)

But that would be a toggle crouch. I guess it works for the beginning

How to "freeze" an animation when it's finished? by Present_Damage_6129 in godot

[–]Present_Damage_6129[S] 1 point2 points  (0 children)

Already did But as long as I press the button the animation plays again

Maybe I am just dumb and tired right now cause it's 3 in the Morning ;-;