Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman authored Feb 27, 2021
1 parent 9bb621d commit dbc2af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ResZip: use LiveUpdate to improve load speed of HTML5 game

In short, HTML5 games should load **as fast as possible**!
In short, HTML5 games should load **as fast as possible**! Why -> https://vimeo.com/350139974

The possible solution is to split resources in the Defold game into two parts: all resources required for the first level of your game plus *the rest resources*. The game loads the rest resources while players are playing the first level. Defold has the [LiveUpdate](https://defold.com/manuals/live-update/) feature that we can use to implement this idea.

Expand Down

0 comments on commit dbc2af3

Please sign in to comment.