Godot 4.2.1
Hi, I’m very new to programming and development and am wanting to release my first game to get started with game development. I wanted to start off as a stationary top-down shooter where you shoot at enemies coming towards you (no movement, only turning and shooting). I’ve been following a guide on a video making an asteroids-style game in godot and applying some of the code in that video to my own project, namely the shooting aspect. However, for some reason, nothing works and the I cannot shoot any projectiles despite the fact I am pressing the assigned button for the input. I am completely stumped and would highly appreciate a solution to this. Below are the scripts for the player, the actual projectile itself, and the game (I’m gonna have to reply with the other two scripts because I can only embed one media item in a post as a new user). Thank you.