You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Because I think github doesn't show history of renamed files - The original work is done in commitf12a1b8by JFonS - Improved Documentation in commita386af6- Last change on the files was in commit463af5b- and Fixed compiler warnings in commite5bbcb8bcf
5 lines
191 B
Python
5 lines
191 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
env.add_source_files(env.modules_sources, ["register_types.cpp", "open_simplex_noise.cpp", "noise_texture.cpp", "#thirdparty/misc/open-simplex-noise.c"])
|