Added texture packer for automatically creating texture atlas on build.
This commit is contained in:
@@ -5,6 +5,9 @@ config = {
|
||||
env = SConscript('external/scons-plus-plus/SConscript', exports = ['config'])
|
||||
env.Append(CPPPATH = [Dir('private'), Dir('public')])
|
||||
|
||||
# texture packer
|
||||
env = env.Module('private/texture_packer/SModule')
|
||||
|
||||
# app
|
||||
env = env.Module('private/sdl_gpu_test/SModule')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user