瀏覽代碼

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 年之前
父節點
當前提交
c698fd33d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Samples/tutorial/datagrid/data/tutorial.rml

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

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