RobotZap10000
Hollow Knight has also had me a little stuck sometimes, just remember to check your map to see if there's sometime you might be able to reach. I had to look up locations to get the other ending.
Open casket means that some dummy had mercy on him, or they just borrowed that one animatronic from Disney World.
That was a great read! Thanks for padding my RSS feed ever so more!
If a hypothetical girl really would be "turned off" by you enjoying being yourself, then you probably wouldn't be able to build a loving relationship with them anyways. Don't forget to give the Easter Bunny a copy as well!
I didn't even notice that! He almost looks human, the horror!
Spray-tan? Come now, we all know that's Cheeto dust.
Wait, his skin color isn't actually orange?!
My ND ass has, to this day, never understood gossip. Whenever I hear about some petty squabbling between people I know, I stay as far away from it as possible. Why would people subject each other to the worst parts of other people that they're not even remotely close with?
You can use for ... in ...
to iterate over an array, like so:
for group in area.get_group(): print(group)
I can't say for certain, because you never linked your project, but according to Godot Docs, get_groups()
returns an array of strings, while in the below code you use it as a string:
func _on_area_2d_area_entered(area): print("Collision detected by: ", get_name(), " | group: ", area.get_groups()) set_contact_monitor(true)
Is that the problem that you wish to solve?
Neat! I got the game two months ago, and I'm having a lot of fun! I learned of it from the "OG" DRG, which I've had for a lot longer (and played much, MUCH more), but it's great when I just want a fun, quick and simple game to play. I'm still dumbfounded how this game rips off most of its assets, mechanics and even weapons from its predecessor and STILL be completely different, while also actually being fun!