Compare commits

..

1 Commits

Author SHA1 Message Date
Benjamin Doherty
e2fa38590d Update android build.gradle publishing instructions 2023-03-15 12:54:02 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,9 @@
// - Build and upload artifacts with ./gradlew publish
// - Close and release staging repo on Nexus with ./gradlew closeAndReleaseStagingRepository
//
// These commands must both be run in the same Gradle invocation:
// ./gradlew publish closeAndReleaseStagingRepository
//
// The following is needed in ~/gradle/gradle.properties:
//
// sonatypeUsername=nexus_user

View File

@@ -38,7 +38,7 @@ class App {
const onDone = () => {
loader.delete();
scene.addEntities(asset.getEntities());
this.animator = asset.getInstance().getAnimator();
this.animator = asset.getAnimator();
this.animationStartTime = Date.now();
};
asset.loadResources(onDone);