Browse Source

Updated to include a bit more guidance for new comers.

When I first went through this I kept trying to import the images as textures.  Then read the note on the import dialog and noticed I could simply add these to the project folder directly.
RegalMedia 9 years ago
parent
commit
f1f8078126
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