Merge commit '88a2e4976b' as 'engine'

This commit is contained in:
Sara Gerretsen 2026-06-19 16:29:28 +02:00
commit 4587afe78c
13991 changed files with 7801538 additions and 0 deletions

View file

@ -0,0 +1,10 @@
plugins {
id 'com.android.asset-pack'
}
assetPack {
packName = "assetPackInstallTime" // Directory name for the asset pack
dynamicDelivery {
deliveryType = "install-time" // Delivery mode
}
}