mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
22d83bc9f6
-Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|