Browse Source

Fixed bug in datagrid tutorial:
The image for the Defender icons in the scoreboard was still pointing to the old PNG (which no longer exists).

Noam Chitayat 13 years ago
parent
commit
c698fd33d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Samples/tutorial/datagrid/data/tutorial.rml

+ 1 - 1
Samples/tutorial/datagrid/data/tutorial.rml

@@ -18,7 +18,7 @@
             height: 16px;
             height: 16px;
 
 
             defender-decorator: defender;
             defender-decorator: defender;
-            defender-image-src: high_scores_defender.png;
+            defender-image-src: ../../../assets/high_scores_defender.tga;
         }
         }
 	</style>
 	</style>
 </head>
 </head>