Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Two Scoops

24
Posts
4
Topics
75
Followers
270
Following
A member registered Feb 13, 2019 · View creator page →

Creator of

Recent community posts

Pushed an update with a zip, also fixes some issues with the gamepad (now locks on when aiming). Still a good amount of area for improvement with gamepad aiming, I want to add enemy/target lock-on eventually

ok thanks for the info about the exe, will fix that asap! The previous version was pretty old, I've been working on optimizations for the past year or so. It was also using GameMaker's interpreted language rather than compiled. Big part of the issue was the shadow system, it was drawing a room-sized surface on every tile layer

wow this is a super thorough bug report, thanks 🙌  I'm on it

Sorry about that, and thanks for the report! I just uploaded a new Windows version that should fix the performance issues (among lots of other stuff). Please shout if any other issues come up 

Hey! Yes definitely - you can modify this line in the "shd_clouds_pixel" shader:

gl_FragColor = vec4(cloud_color, (cloud_dnsty <= 0.2 ? 0.0 : 1.0));

The "1.0" is the alpha component, so you can change that to be between 0.0 and 1.0 to control the alpha

Nevermind, I see you already have this! Very nice!

Super cool! Really hoping you add the option to load a heighmap image into the editor!

dude... this is so good. holy cow. only thing that seemed odd is in the tutorial you can shoot fire from the start, even before you get to the fire tile.  I think maybe it would make sense to gate the abilities until you get to each section?

this is so cool! is this open source somewhere?

(1 edit)

For anyone seeing their sprites being stretched, try disabling "Automatically Crop" in your texture page settings... this took me a while to figure out

What do you want to see added to the game? What needs improving? 

Cannon Father community · Created a new topic Bug reports

Report any bugs you encounter here!

Thanks for reporting this, seems like there is an issue with gamepads rn... Will fix asap

so just realized my fix was never pushed on Steam for Windows - it is now, thanks for mentioning this!

I uploaded a new version to fix this bug a few days ago - maybe you downloaded the game before then? If you are still seeing this crash on v0.8.7 (found on the title screen) let me know!

Don't forget to rate the game! :)

Thanks for reading! Definitely will be doing much more marketing for the next one, and even for the full release... Be sure to leave a rating after you check it out, it really helps!

Great feedback, thank you so much! Completely agree with everything you said. That "pink animal" is your child - definitely needs some work to make that clear xD

hmm ok thanks for the feedback. I will just upload the exe as an option then - it is working for most. The unsafe issue has to do with your antivirus, I will look into what I can do about that...

Hi! I'd love to include Cannon Father in this bundle! Link here: https://twoscoopstudio.itch.io/cannon-father

(2 edits)

Cannon Father is a pirate rogue like/survival game I developed over the past few months. It's inspired by Enter the Gungeon and Risk of Rain. It's got pseudo-3d platforming, dodge rolling, different ammo types, treasure and more!

Try the demo for free and be sure to wishlist on Steam!


Do you have plans to release the source? Would be cool to use this in a game

(1 edit)

Really love this game, and I just wanted to point out one bug I seem to have found.  I chose the "start with 1 dragon breath" reward, but I am still not starting with it

What game engine is this made in?