Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gdscript

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

How do I add the sliding transitions in games such as Mega Man,The Legend of Zelda, and Metroid in my Godot game?

godot gdscript

Using test_move() and finding Transform2D in Godot 3.1

godot gdscript

Godot 3.2.1. Can't change this state while flushing queries. Use call_deferred() or set_deferred() to change monitoring state instead

godot gdscript

What does the "as" keyword do in GDscript? How is it different from just declaring a variable?

godot gdscript

Godot : How to instantiate a scene from a list of possible scenes

scene godot gdscript

How to apply shaders and generate images only once?

Simple mode 7 formula / example?

3d 2d godot gdscript

Godot 3.1 telling me that lock() and get_pixel() are nonexistent functions

godot gdscript