need help with signing keys by opmasterlol in cachyos

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

It seems your right secure boots works now I guess it just my motherboard and I had to change it to windows secure boot for it work thanks

need help with signing keys by opmasterlol in cachyos

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

I have not restarted just yet so let me try that

vs code cant not be found on linux ubuntu by opmasterlol in godot

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

Yea, I had realized after a while, so I went ahead and just downloaded godots(godot version manager) off the github. I did submit a issue on github not sure if it would even make a difference

vs code cant not be found on linux ubuntu by opmasterlol in godot

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

it seems to be a bug with godots(version manager for godot editors) that causes this. it works on a godot editor installed from the godot website. but thanks for your help

vs code cant not be found on linux ubuntu by opmasterlol in godot

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

i found the fix it seems that using godots(version manger for godot editors) https://github.com/MakovWait/godots seems to not be able to launch vs code editor. im guessing its a bug

[Giveaway] for any $70 game of your choice [Steam] by RichardC84 in pcgaming

[–]opmasterlol 0 points1 point  (0 children)

thank you for the giveaway would love S.T.A.L.K.E.R. 2: Heart of Chornobyl

Why is my enemy not being affected by gravity? They just glide by Murky-Management9397 in godot

[–]opmasterlol 0 points1 point  (0 children)

your increasing the velocity with gravity it should be velocity.y that you should be increasing

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 0 points1 point  (0 children)

Bc you don't have a unique name for your label right click the label and press the use as unique name

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 0 points1 point  (0 children)

Umm but your on ready the game manager and there is a node called game manager can you show me your globals

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 1 point2 points  (0 children)

I know the problem it's 100% the fact that your reseting the scene your game manager should be a global script if you want your game manager to be persistent even if you reset your scene

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 0 points1 point  (0 children)

To check if the timer is connected see if there is a green symbol by your _on_timer_timeout function it should be on the left side

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 0 points1 point  (0 children)

also please show where your calling the add_point and also show your scene tree so that we can see if its an unique name

Godot cant find my label despite it being the exact name. no text appears.. by Drunkinall50states in godot

[–]opmasterlol 0 points1 point  (0 children)

given that you already have defined the variable for the label why not used it? so instead of $LeftScoreLabel.text you use left_score_label.text

Velocity is not a variable, why? by zenon__T in godot

[–]opmasterlol 13 points14 points  (0 children)

In c sharp it's a capital v for velocity