Feel free to ask questions!
Its not perfect yet, but huge progress for me and I am happy about that 😀
#indiedev #gamedev #space #scifi #TheExpanse
Its not perfect yet, but huge progress for me and I am happy about that 😀
#indiedev #gamedev #space #scifi #TheExpanse
shader_type canvas_item;
uniform vec4 alpha_color: source_color = vec4(1.0, 0.0, 1.0, 1.0);
void fragment() {
if (COLOR.rgb == alpha_color.rgb) {
COLOR.a = 0.0;
}
}
shader_type canvas_item;
uniform vec4 alpha_color: source_color = vec4(1.0, 0.0, 1.0, 1.0);
void fragment() {
if (COLOR.rgb == alpha_color.rgb) {
COLOR.a = 0.0;
}
}
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
- Control mode toggled using CTRL. If enabled, your ship aligns with the direction the camera is facing.
- Freelook mode enabled while holding ALT. Otherwise its an orbit cam
#indiedev #gamedev #godotengine #expanse #TheExpanse
- Control mode toggled using CTRL. If enabled, your ship aligns with the direction the camera is facing.
- Freelook mode enabled while holding ALT. Otherwise its an orbit cam
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
Let me know if you have some more ideas for the game :)
#indiedev #gamedev #godotengine #expanse #TheExpanse
Let me know if you have some more ideas for the game :)
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
#indiedev #gamedev #godotengine #expanse #TheExpanse
Here is how it looks in action 🚀
#indiedev #gamedev #godotengine #expanse #TheExpanse
Here is how it looks in action 🚀
#indiedev #gamedev #godotengine #expanse #TheExpanse
They should be able to align themselves way more consistently with the target now.
What you're seeing here is my test scene for them.
#indiedev #gamedev #godotengine #expanse #TheExpanse
They should be able to align themselves way more consistently with the target now.
What you're seeing here is my test scene for them.
#indiedev #gamedev #godotengine #expanse #TheExpanse
The simplest way is using the "Add Node" button in the top left above the scene tree. That will allow you to select the node you want to add.
Another way is instantiating a scene (the button right to it) which allows adding a whole scene at once.
The simplest way is using the "Add Node" button in the top left above the scene tree. That will allow you to select the node you want to add.
Another way is instantiating a scene (the button right to it) which allows adding a whole scene at once.
github.com/passivestar/...
Switching between code and scene view is usually done via the buttons at the top.
github.com/passivestar/...
Switching between code and scene view is usually done via the buttons at the top.
Thanks to pink_arcana's project on Github for helping me understand those effects
github.com/pink-arcana/...
#gamedev #indiedev #expanse #godot
Thanks to pink_arcana's project on Github for helping me understand those effects
github.com/pink-arcana/...
#gamedev #indiedev #expanse #godot
Quite happy to get this done :) So next up is a hitbox system
#gamedev #indiedev #screenshotsaturday #expanse #godot
Quite happy to get this done :) So next up is a hitbox system
#gamedev #indiedev #screenshotsaturday #expanse #godot
Enemy "AI" is at least doing something, but its not that good. Added a projectile system. Next up would be AI improvements and internal component-based hitbox system.
#gamedev #indiedev #screenshotsaturday #expanse #godot
Enemy "AI" is at least doing something, but its not that good. Added a projectile system. Next up would be AI improvements and internal component-based hitbox system.
#gamedev #indiedev #screenshotsaturday #expanse #godot
So here you go, have 4 different variations of the design.
So here you go, have 4 different variations of the design.