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
5 lines
94 B
Text
5 lines
94 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
|
|
SConscript("shaders/SCsub")
|