Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gdscript

How to exclude a directory from autofill in Godot 4

godot gdscript godot4

How to get a node in another scene godot?

godot gdscript

A big question on multi-threading and its nuances. What is it and how to work with it properly? Mutex, semaphores

godot gdscript

How to set and get position of an Object in Godot (3D)

position godot gdscript

Godot/Gdscript serialization of instances

Godot - set_fixed_process function

game-engine godot gdscript

Access var from another script in Godot

godot gdscript

How to connect a signal with extra arguments in Godot 4

godot gdscript godot4

How to convert a string to enum in Godot?

enums godot gdscript

GDScript. How to make your own library in Godot and access it from your game scripts

godot gdscript

I am missing a lifecycle initialization method after _ready()

lifecycle godot gdscript

Can't read a FORMAT_R8 uniform sampler2D texture correctly from within a shader in Godot

How to change panel's background color?

godot gdscript godot4

How do I execute other scripts using a different script in godot?

exec godot gdscript

godot how to know if a click is inside a sprite :

godot gdscript

(Godot Engine) Fill an 2D Polygon with Tilemap tiles

godot gdscript

Using a custom class in Godot

godot gdscript

How do I get which Control node currently has focus?

godot gdscript