Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in godot

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

How to check scene object's type in Godot 4

Godot - Can parent share CollisionShape with its child?

godot

No runnable export preset found for this platform

android godot

How to compile .dll with SConstruct using tools = ['mingw']

c++ linux dll mingw godot

Godot listening to signals from multiple instances of the same scene

godot

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

scene godot gdscript

How to apply shaders and generate images only once?

How do I have exported C# variables appear in the Godot inspector?

c# godot

Simple mode 7 formula / example?

3d 2d godot gdscript

Can I use the git submodule command to import a subset of another repository?

git github gitlab godot

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

godot gdscript

Loading a file from disk and use that as value during json deserialization

How do I create a timer in Godot?

timer godot destroy gdscript

Godot: Instances of the same scene share one instance (instead of being separate)

godot