Wait for TexturePreloader before displaying board#81
Open
azeier wants to merge 1 commit intoHearthSim:mainfrom
Open
Wait for TexturePreloader before displaying board#81azeier wants to merge 1 commit intoHearthSim:mainfrom
azeier wants to merge 1 commit intoHearthSim:mainfrom
Conversation
Closed
cbb735a to
56c2e65
Compare
5400463 to
bcd5ff1
Compare
44f8dec to
b1108f8
Compare
4f0550a to
c12d9d4
Compare
1271c76 to
d0aaac0
Compare
712f253 to
feae441
Compare
22af358 to
8fe2b38
Compare
be62259 to
fc990ec
Compare
b995d6b to
2e9aace
Compare
6f84d92 to
b6e7eb2
Compare
09cbd65 to
b33c11d
Compare
bbdf4eb to
745bd35
Compare
b6b5106 to
89c8d97
Compare
307e957 to
cc848af
Compare
383a832 to
a166ad4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This displays
Waiting for assets...andWaiting for textures...before the game starts.The reason behind
heroPowerCount: If the assets load faster than the replay file (usually the case),workingwill be 0 between assets and textures being loaded.TODO: