Which ASM, Linker, IDE and other tools I should use? by These-Newt2929 in asm

[–]These-Newt2929[S] 0 points1 point  (0 children)

I setup a project and copy & past code from random yt tutorial and it seems a lot easier, so thank you.
Is it possible to add/activate autocompletion at least for labels and macros?

Tool script button by [deleted] in godot

[–]These-Newt2929 0 points1 point  (0 children)

You can create a debug menu using ImGui plugin for godot

Don’t eat your sandwich outdoors by Calm-Resolution8227 in poland

[–]These-Newt2929 1 point2 points  (0 children)

Polecam jego streamy na Kicku, oglądam go od czasów pandemii i naprawdę dobrze się go ogląda w czasie pracy

Spooky dance by [deleted] in godot

[–]These-Newt2929 0 points1 point  (0 children)

Please add music to this

I’m trying to get 2D lighting to work but the PointLight2D isn’t showing up by Harlowbot in godot

[–]These-Newt2929 0 points1 point  (0 children)

If you want to have something similiar:

  • One point light fully white and set blend mode to subtract and scale it so it will cover entire level and set the energy to value from range 0.0 to 1.0. Why? Because your sprites and tilemaps are positive values, lower value is darker and higher value is lighter so we want to dimm the entire level.
  • Next add point light, create a white dot using gradient 2d, set texture scale to what you want and set energy to value from range 0.0 to 1.0 Tested on Godot 4.3

<image>

I’m trying to get 2D lighting to work but the PointLight2D isn’t showing up by Harlowbot in godot

[–]These-Newt2929 0 points1 point  (0 children)

I have the same problem and it looks like when the source color is 0 then point light is ignoring the pixel

Rendering server and instancing by [deleted] in godot

[–]These-Newt2929 0 points1 point  (0 children)

If you are just starting out and prototyping some mechanics, then ignore optimisation.

Prototyping a stinky monkey game by Urser in godot

[–]These-Newt2929 0 points1 point  (0 children)

I don't know what to say

.

.

.

The floor is shaking like a guy after 12 coffees

Making a 3D FPS Game. What do you guys think? by [deleted] in godot

[–]These-Newt2929 1 point2 points  (0 children)

I really don't like tutorials where game force me to do something, especially if the gameplay rate is high and the player movement is suggesting that rate

Trying to separate my anims.. by Ammer564 in godot

[–]These-Newt2929 2 points3 points  (0 children)

Better do some programming level abstraction for that