Theme is 'Stronger Together'. Maybe let's team as much as people as possible and make a very strong game?
LE E Dev
Recent community posts
I remember seeing a post that there wont be a video. I will tell you if there is an update.
edit: check out this post: https://itch.io/jam/brackeys-5/topic/1174241/will-this-be-in-a-video
I'm 13. I don't think that I will be able to team with somebody(I'm planning to do by my self anyways). I'm also not that good at english. And most importantly, I don't know how to use discord and that smart stuff. How do you guys manage to do it? And how much people do you team while a gamejam(etc: 2, 3, or even 10)?
Just making a simple button to make my player rotate when you press a button(on the canvas not the keyboard). So I made this function:
public void Rotate() { transform.rotation = Quaternion.Euler(transform.rotation.x, transform.rotation.y - 90, transform.rotation.z); }
and connected it to my button.
but every time I press the button, it doesn't turn -90 dergrees but it rotates to a strange rotation like 0, -88.6758, 0 and if I press it again it doesn't turn! pls help!