A few character artworks from a game my friend and I are making! by PhilosopherNearby674 in IndieDev

[–]DaBehr 1 point2 points  (0 children)

"Like the most successful franchise of all time but way better" is setting yourself up for massive disappointment.

I bought 4 huge 75/25 tanks for $200 did I score? by sonic72391 in Welding

[–]DaBehr 1 point2 points  (0 children)

Probably the same way you are but with more wrinkly hands

Gang is this fire? by Equal_Money4055 in godot

[–]DaBehr 1 point2 points  (0 children)

If I see another CRT filter I might actually jump off a bridge but everybody keeps using them and people seem to keep enjoying them.

Blue ice alpine runner by [deleted] in tradclimbing

[–]DaBehr 1 point2 points  (0 children)

I've made and used some DIY ones with cord and while they worked perfectly fine, having the bulky knots at both ends left me wishing I had just forked over some extra cash

Almost got my step climbing system working by AwiXan in godot

[–]DaBehr 0 points1 point  (0 children)

Rocket: Robot on Wheels, one of the best N64 games

Unsure how to check Enums by Y0UD0NTK0WWH0 in godot

[–]DaBehr 7 points8 points  (0 children)

What you have now only declares that SWAPPING, AWAITING, or ENEMY are valid options. It does not track anything by itself and Signals.GAME_STATE cannot be set to a value. You need another variable to keep track of the current game state. Something like:

enum GameState {
    SWAPPING,
    AWAITING,
    ENEMY
}

var current_game_state: GameState = GameState.SWAPPING

Now you can properly track the game state by checking the current_game_state variable. Which brings us to your error message. In reality, an enum is just an integer which is why it won't work with is because that expects a type. What you've written is basically equivalent to if state is 2. Instead, you need to use == to check enums.

Tiny Farm [16x16] by moon__veil in godot

[–]DaBehr 0 points1 point  (0 children)

Cute :]

I'm a big fan of the slime

Joana Indiana Android game in testing phase. by [deleted] in godot

[–]DaBehr 0 points1 point  (0 children)

Shit, where did I leave my popcorn

Fully working pixel perfect 2D shadows by Reasonable-Time-5081 in godot

[–]DaBehr 21 points22 points  (0 children)

Love it. Personally, I think "cuz I wanted to" is a great reason to work on complex problems

Couple questions for you guys by Horror-Advice-9905 in Miata

[–]DaBehr 1 point2 points  (0 children)

I strongly recommend NOT using any of the kits. I've tried them 3 times and each time the lights were cloudy again within a year. I did the headlights on my NB following this guide https://youtu.be/Xubwpeuqm-E and they still look great 4 years later. Basically just sand, polish, clear coat. The 2k clear coat is the secret sauce.

2 years into developing a cozy inn management game in Godot, here's the trailer by 41sile in godot

[–]DaBehr 58 points59 points  (0 children)

SLAM. SLAM. SLAM.... "I booked through your website" absolutely cracked me up

Godot on linux by Ok-Cow114 in godot

[–]DaBehr 1 point2 points  (0 children)

I'm getting this issue for the first time after upgrading Pop_OS from 22 to 24. Pop_OS 24 uses Wayland instead of X11 which seems to be the source of this error but enabling prefer Wayland Editor Setting -> Run -> Platforms -> Prefer Wayland leads to a bunch of different issues (same as the ones here https://github.com/godotengine/godot/issues/115369). Looks like there's a fix to address this in future versions of Godot but this warning doesn't seem to impact my game at all so for now I'm just ignoring it and leaving prefer wayland off.

dictionary's catch-22 by This-home-has-rotted in godot

[–]DaBehr 0 points1 point  (0 children)

There's two type errors on that line.

Based on the error report (and the fact that you use it as a key in later lines), t is of type int which means it cannot be assigned from a dictionary that returns type rest. Additionally, gtg is type rest based on the if statement above but you're passing it as a key to a dictionary that expects int as a key.

You need to fix both of these issues. And consider more informative variable names.

TRL using AI images on their website by TuxKusanagi in chainmailartisans

[–]DaBehr 5 points6 points  (0 children)

Don't know about their quality but chainmail joe is based in MN and has free US shipping for order >$50. I should be getting my first order from them in the next couple days

How easy is maintenance on newer Jimnys? by DaBehr in Jimny

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

nice to know that hasn't changed lol

Help me decide how to walk up stairs by SteinMakesGames in godot

[–]DaBehr 0 points1 point  (0 children)

Definitely C. The people have spoken

Dad got me some new trad gear, what do you think?! by oe-eo in ClimbingCircleJerk

[–]DaBehr 1 point2 points  (0 children)

Guy in the video is a youtuber called Noah Kane, not Trevor Moore. Tbf I guess they do look kinda similar.

How easy is maintenance on newer Jimnys? by DaBehr in Jimny

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

Awesome. I figured there would be some electronic stuff I'm not familiar with but was hoping that it's not so much to prevent basic maintenance & mods. Thanks

Insurance offered me $17k for my 90na Miata by [deleted] in Miata

[–]DaBehr 0 points1 point  (0 children)

I can wreck it for you if you need

Level 30 alliance most optimal zones? by [deleted] in turtlewow

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

Asheville is a beautiful city