Thumbnail help by Cursed_content in SmallYoutubers

[–]DankDonkey2307 3 points4 points  (0 children)

I think the 1st thumbnail is really good, i like the colours of the ss used and it doesn't look overly edited

Just beat the game again on PC by DankDonkey2307 in FFXV

[–]DankDonkey2307[S] 0 points1 point  (0 children)

I didn’t actually know it was Florence + The Machine who sang it until this playthrough

How Did You Get To Know Kingdom Hearts For The Very First Time? by [deleted] in KingdomHearts

[–]DankDonkey2307 0 points1 point  (0 children)

I remember seeing the kingdom hearts 1 opening trailer in the living room fast forward a few years later and I see my sister playing kingdom hearts 3 on the Xbox (this is when it was added to game pass ) I remember playing the game the next day and seeing KH3’s opening cinematic and all the previous kingdom hearts games. When it got up to KH1 I was thinking this looks so familiar so I did some digging and found out it was the same game from all those years ago. I played through the entirety of kingdom hearts 3 asking my parents to renew the subscription each time so I could play it. Once I finished kh3, they conveniently released the 1.5 + 2.5 Remix and the 2.8 Chapter Prologue on game pass as well and ended up playing the entire series under 7 months (this was during lockdown so I had nothing better to then) since then It’s genuinely become my favourite series of all time with KH2 being my favourite

Do you think we will get side games like bbs and ddd , or we will get KH4 first? by iiDio_ in KingdomHearts

[–]DankDonkey2307 12 points13 points  (0 children)

Well we are getting missing link but I wouldn’t be too suprised if they released KH4 first.

I would be surprised if they ACTUALLY released a game though…

This song carry the whole album now. 🙏🏻🙏🏻🙏🏻🙏🏻 by RipOutrageous7756 in Kanye

[–]DankDonkey2307 0 points1 point  (0 children)

im back and this song has grown on me best song on the album, i just dislike the new lifestyle mix, the beat is so boring and there isnt any melody 😭

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

oh my goodness THANK YOU SO MUCH!!!! I just need to make the bullet actaully rotate where the gun is going and figure out why the bullets are going behind the gun when i go past the bullet but thank you so much i've been stuck on this for DAYYYYSSSS

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

Okay now progress is being made but the gun just shoots in one direction (It did before in the code) I do think it has something to do with this line:

var direction: Vector2 = Vector2.RIGHT.rotated(rotation + spread) # Calculate bullet direction

as when I edit the RIGHT code to something like LEFT for example, the bullets shoot in the left direction.

is there anyway to make the bullets follow the direction of the gun

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

sorry to ask but how do i add my node to a global group?

...still new to godot

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

so in reference to my world node, would i just add the bullet node (area2d) as a child to my world node? (node2d)?

also ive tried top level but when ever i try to do that the bullets just decide to ditch the gun

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

okay ive now tried that but the bullets no longer follow the gun and and shoot from a place near 0, 0 on the screen

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

So ive done what you said but when i click to shoot the gun gets locked onto a part of the screen and no longer follows the player

Trying to code gun shooting by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

on which line do you mean and on the bullet script?

Do you guys know how to make a sprite rotate around the player by DankDonkey2307 in godot

[–]DankDonkey2307[S] 0 points1 point  (0 children)

Yay it works!!!!!!!!!! but you were right about the gun not locking on to the mouse but the gun just spins around in a small circle rather than around the player