1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Classes
Emmanouil Papadeas 3edb37168c Fix issues with the noise generator node
Its nodes now get updated when changing the noise texture, and it waits for `noise_texture.changed` to emit before emitting the `value_changed` signal. See https://docs.godotengine.org/en/stable/classes/class_noisetexture2d.html for the explanation.
2024-12-17 13:38:18 +02:00
..
AnimationExporters Some static typing improvements 2024-03-22 03:07:21 +02:00
Cels Implement support for elapsed time in loaded shaders for layer effects 2024-12-17 00:53:58 +02:00
Layers Implement support for elapsed time in loaded shaders for layer effects 2024-12-17 00:53:58 +02:00
AnimationTag.gd [skip ci] Minor static typing and docstring improvements 2024-05-11 17:02:33 +03:00
Cel3DObject.gd Implement the ability to change the font of a 3D text 2024-10-12 16:30:16 +03:00
Drawers.gd When picking color, ensure that the correct index is selected in palette (#1144) 2024-12-02 19:44:52 +02:00
Frame.gd Implement audio layers (#1149) 2024-12-14 00:30:04 +02:00
ImageEffect.gd Implement the ability to load custom shaders and image and layer effects 2024-12-16 01:18:56 +02:00
ImageExtended.gd When picking color, ensure that the correct index is selected in palette (#1144) 2024-12-02 19:44:52 +02:00
LayerEffect.gd Some static typing improvements 2024-03-22 03:07:21 +02:00
ObjParse.gd Port to Godot 4 (#900) 2023-09-04 16:29:06 +03:00
Project.gd Implement audio layers (#1149) 2024-12-14 00:30:04 +02:00
ResourceProject.gd Added a way to modify shader textures (#1096) 2024-09-03 03:38:56 +03:00
SelectionMap.gd Implement tilemap layers (#1146) 2024-12-05 03:57:44 +02:00
ShaderImageEffect.gd Implement indexed mode (#1136) 2024-11-20 14:41:37 +02:00
ShaderLoader.gd Fix issues with the noise generator node 2024-12-17 13:38:18 +02:00
SteamManager.gd Optimize Steam achievement requesting 2024-07-31 05:06:02 +03:00
Tiles.gd Some static typing improvements 2024-03-22 03:07:21 +02:00
TileSetCustom.gd Do not add an empty tile in the tilesets when loading a pxo file 2024-12-06 15:19:19 +02:00