Open comments for this post
We are getting somewhere
ㅤ
- Added I frames to the balls (But they only count for damage from the burner)
- Added 6 new Towers (Spinner slow, Spinner Fast, Burner, Accelerator, Turret, Turret Long range)
ㅤ
It’s is not all of the towers but the rest I will add if I have time. Had a few bugs
ㅤ
- Accelerator not working properly (Fixed by using a different method and multiplying the acceleration by 100,000)
- Turret was not picking up target (Fixed by adding a try-catch to avoid calling on a deleted object)
ㅤ
I cleared the testing area before I could take a video so here is just the Accelerator and Burner at work in the video.
ㅤ
After this I will try to finish the UI and Shop which will mean the main gameplay loop would be finished and the rest of the game should be easy afterwards
Open comments for this post
Also a great day today,
ㅤ
- Ball health and money are now stored in the spawner instead of each scene to make it easier to modify
- Made it so that you can only edit towers between waves
- Added a simple spike tower that does 1 damage when a ball enters it’s hitbox
- Balls can now take damage and award money when killed
- Floating numbers for damage and money gain
ㅤ
I had few bugs
ㅤ
- Spike was not registering mouse events (I just forgot to turn on the “Pickable” option :/ )
- Many bugs with damage numbers (All mainly because I was following a tutorial in GDScript while my project is in C#)
ㅤ
In the video I have decreased the detonation timer so that you can see it in action. The detonation timer is there account for the player just blocking the exit.
ㅤ
In reality I’m just trying to procrastinate on UI, so I’ll try and add the rest of the towers and then work on the shop, after which the main gameplay loop is pretty much done.
Open comments for this post
Hello, I’ve put in some good work today.
ㅤ
- Made a test level
- Added basic camera movement (might change)
- Made a ball spawner and despawner
- Ball spawner has waves, and will adjusts its difficulty according to the wave
ㅤ
First time making something like this, I think its an alright system, but could use some tweaks and balancing here and there to be better.
ㅤ
Currently its a system that spends credits to spawn something, and will tend to spawn the most expensive thing it can as long as it costs <30% of the credits it has.
Maybe it could pre-generate spawns and randomly pick from them, we could use more options and better pricing. Too many white circles spawning as of now.
ㅤ
The video shows the wave based difficulty spawning in action, thou it is a little long.
ㅤ
It’s getting late and I still have a lot to do, and not so much time to do it.