Browse Source

Merge pull request #69 from RegalMedia/patch-1

Updated to include a bit more guidance regarding provided assets
Rémi Verschelde 9 years ago
parent
commit
c6751df837
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tutorials/step_by_step/splash_screen.rst

+ 2 - 1
tutorials/step_by_step/splash_screen.rst

@@ -10,7 +10,8 @@ This will be a simple tutorial to cement the basic idea of how the GUI
 subsystem works. The goal will be to create a really simple, static
 splash screen.
 
-Following is a file with the assets that will be used:
+Following is a file with the assets that will be used. These can be added directly to your project folder—no need to import them:
+
 :download:`robisplash_assets.zip </files/robisplash_assets.zip>`.
 
 Setting up