Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The_Frick_Chamber

2
Posts
3
Followers
A member registered Dec 08, 2024 · View creator page →

Creator of

Recent community posts

I too am having the same issue. I've made 3 different enemies that shoot projectiles, and they work just fine. I made a new enemy, and it doesn't shoot projectiles. I have a sprite for the projectile, have a speed integer, "Is shooting" and "Uses Projectiles" are both checked. I made a test enemy that had with the same stuff put down and that too didn't work. Could I have too many projectile based enemies?

I am making a game and have some enemies that shoot projectiles. However, I have one enemy that has a projectile sprite, "Is shooting" checked, and "Uses Projectiles" checked, with also speed and damage integers on them. When I put it in the game, it the projectiles do not shoot nor do I take any damage. I've tried creating a new creation of the enemy, new sprites, and even deleting the character in the Enemies.dat file. I am really confused on why it's not producing any projectiles.