Uploaded September 2016 | Updated September 2026, 20 hours ago
We begin item pickups and an inventory system!
***IMPORTANT: ADD THE FUNCTION BELOW TO THE KEY MANAGER CLASS***
public boolean keyJustPressed(int keyCode){
if(keyCode < 0 || keyCode >= keys.length)
return false;
return justPressed[keyCode];
}
Need source code? See my website: codenmore.github.io
Follow me on Twitter - @CodeNMore - twitter.com/CodeNMore
Comment, PM, or Tweet me for help!
Teaching to understand all subjects to the fullest extent!
We begin item pickups and an inventory system!
***IMPORTANT: ADD THE FUNCTION BELOW TO THE KEY MANAGER CLASS***
public boolean keyJustPressed(int keyCode){
if(keyCode < 0 || keyCode >= keys.length)
return false;
return justPressed[keyCode];
}
Need source code? See my website: codenmore.github.io
Follow me on Twitter - @CodeNMore - twitter.com/CodeNMore
Comment, PM, or Tweet me for help!
Teaching to understand all subjects to the fullest extent!



![[16] Let’s Make a Godot Space Shooter: Bullet Hit Effect
A simple effect when a bullet hits something! Let’s Make a Godot Space Shooter together - a series covering basic Godot concepts and workflows to create a full PC, mobile, and controller-supported game!
See my website (source code link available per-episode!): https://codenmore.github.io/
Follow me on Twitter - @CodeNMore - http://www.twitter.com/CodeNMore
Teaching to understand all subjects to the fullest extent!
Thumbnail: Godot Logo (C) Andrea Calabró Distributed under the terms of the Creative Commons Attribution License version 3.0 (CC-BY 3.0). https://creativecommons.org/licenses/by/3.0/legalcode. [16] Let’s Make a Godot Space Shooter: Bullet Hit Effect](https://i.ytimg.com/vi/W0DWXgnTA5E/mqdefault.jpg)



![[4.1] Lets Make a Godot Space Shooter: Moving the Player
We move the player around with the keyboard, and use normalized vectors! Let’s Make a Godot Space Shooter together - a series covering basic Godot concepts and workflows to create a full PC, mobile, and controller-supported game!
See my website (source code link available per-episode!): https://codenmore.github.io/
Follow me on Twitter - @CodeNMore - http://www.twitter.com/CodeNMore
Teaching to understand all subjects to the fullest extent!
Thumbnail: Godot Logo (C) Andrea Calabró Distributed under the terms of the Creative Commons Attribution License version 3.0 (CC-BY 3.0). https://creativecommons.org/licenses/by/3.0/legalcode. [4.1] Lets Make a Godot Space Shooter: Moving the Player](https://i.ytimg.com/vi/XSJyT0m7OaA/mqdefault.jpg)


