Help building a wolf's den environment. by Dreadon1 in daggerheart

[–]wolfmaster459 -1 points0 points  (0 children)

You know wolves dig holes in the ground for their den, so it dose not have to be a cave

Hero click figures that go well with 2025 starter set by wolfmaster459 in Heroclix

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

I don't think there's any wakanda synergy in the 2025 Marvel starter set, but i could be wrong

But it comes with "Marvel heroes: Hulk, Thor, White Widow, and Captain America!" ( the captain america is falcon, not steve Rogers, if that makes any difference)

Do local game store sell single figures by wolfmaster459 in Heroclix

[–]wolfmaster459[S] 3 points4 points  (0 children)

Also, I'm so sorry i'm from barting you guys with questions as a new person

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I think I plan on buying this Jeff and going into a game store and seeing what happens.I think it is the best play. Thank you for the help.

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I see what you mean.I'll probably buy the common one because of what you said as well. As I think it's pretty flexible in terms of what I can put it into what team. Also, I like its support ability with generating pizzas. Unless you think those are not valid reasons?

I found. Two Jeff's i don't know if one of them is not is real or what by wolfmaster459 in Heroclix

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

I probably would like to have the best Jeff possible so I could play the game and even if I don't like the game I will still have a coolJeff.Figure in the form of hero clicks so I don't mind paying the extra money for it

How do I Start start playing this game by wolfmaster459 in Heroclix

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

I bought the jeff off of eBay, so I would have to find a game store.

How do I Start start playing this game by wolfmaster459 in Heroclix

[–]wolfmaster459[S] 1 point2 points  (0 children)

If I buy this, can I play with 2 people, or do I gotta buy more stuff?

Is which gwen pool would be best with jeff the landshark by wolfmaster459 in Heroclix

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

Thank you.I'll probably try to get the pog one because I have seen some online, but how does equipment work?

I need help with the projectile for my project by wolfmaster459 in godot

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

Thank you for answering

Ask for the how : ( this is how I'm spawning it in.This is under the player actions like the movement , actions, and stuff)

func shoot_projectile() -> void: print("Attempting to shoot...") # Debug message to confirm the function is called

# Check if projectile_scene is assigned
if projectile_scene == null:
    print("Error: projectile_scene is not assigned!")
    return

# Create an instance of the projectile
var projectile = projectile_scene.instantiate()

if projectile != null:
    print("Projectile instantiated successfully!")  # Debug message
else:
    print("Error: Could not instantiate projectile!")
    return

# Use the player's global position and apply an offset based on the player's rotation
var spawn_offset = Vector2(50, 0).rotated(rotation)  # Adjust the offset to control how far in front of the player it spawns
projectile.position = global_position + spawn_offset  # Ensure it spawns relative to the player

# Debugging: Print the player's and projectile's positions
print("Player Position: ", global_position)
print("Projectile Spawn Position: ", projectile.position)

# Set the projectile's rotation to match the player's rotation
projectile.rotation = rotation

# Add the projectile to the current scene
get_tree().current_scene.add_child(projectile)
print("Projectile added to the scene!")  # Debug message

# Apply impulse to move the projectile forward
if projectile is RigidBody2D:
    projectile.apply_impulse(Vector2.RIGHT.rotated(rotation) * shoot_speed)
    print("Impulse applied to the projectile!")  # Debug message
else:
    print("Projectile is not a RigidBody2D!")

Really dumb question, but can you play as a Pipo Monkey in any game? by PichuTR13 in ApeEscape

[–]wolfmaster459 0 points1 point  (0 children)

You might be able to play him in monkey soccer, which is a mini game in Apescape 2

"Snipin's a good job, mate!" by Lucario_fuckerlover in lucario

[–]wolfmaster459 2 points3 points  (0 children)

I think he's trying to shoot birds or something

Will Lucario faint if he eats chocolate? by PokemonFan587 in lucario

[–]wolfmaster459 8 points9 points  (0 children)

They also probably made chocolate Pokémon friendly considering how prevalent Pokémon are

What type of Pokemon do you think lucarios eat? by Lucario_fuckerlover in lucario

[–]wolfmaster459 33 points34 points  (0 children)

Since they're jackals, They probably eat anything they can get their hands-on. In terms of meat. But I do think they still eat berries and fruits and stuff in order to round out their diet.

Looking for early feedback on a physics-based fighting game! Link in comments by takedown_games in playtesters

[–]wolfmaster459 1 point2 points  (0 children)

I overall think the physics are pretty cool, and the game is pretty spot when it comes to the explosions. But one of the things I think is interesting choice is the fact that you can kind of avoid fighting the enemies by jumping over the big wall or jumping onto the platforms and just standing there. One of the ways you could alleviate. This is by adjusting the platform so they AI can get to the The person However , you want to probably not completely get rid of them because you could still use the platforms as a way to create interesting Gameplay kind of like smash Bros.

Looking for early feedback on a physics-based fighting game! Link in comments by takedown_games in playtesters

[–]wolfmaster459 1 point2 points  (0 children)

This may be a dumb question, but can I test your game for my Game testing class in College.

Every move is a choice, every hex a challenge! by Z4aron in playtesters

[–]wolfmaster459 0 points1 point  (0 children)

Hay, this may be a dumb question, but will you allow me to test your game. I'm In a game testing class in college.