Fixed build and added EventResponse for mouse button events.
This commit is contained in:
@@ -33,7 +33,7 @@ def _pack_textures(env, target: str, source: 'list[str]'):
|
||||
source = source,
|
||||
action = f'{_exe_name()} $TARGET $SOURCES'
|
||||
)
|
||||
# env.Depends(cmd, prog_packer)
|
||||
env.Depends(cmd, prog_packer)
|
||||
return cmd
|
||||
env.AddMethod(_pack_textures, 'PackTextures')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user