Skip to content

Commit

Permalink
Moved images to better places.
Browse files Browse the repository at this point in the history
  • Loading branch information
crabmusket committed May 12, 2013
1 parent d8bc9fb commit a97cdc0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function onStart() {
new SimGroup(GameCleanup);
new SimGroup(GameGroup) {
singleton Material(BlankWhite) {
diffuseMap[0] = "art/images/white";
diffuseMap[0] = "./white";
mapTo = "white";
};
new LevelInfo(theLevelInfo) {
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Display a splash window immediately to improve app responsiveness before
// engine is initialized and main window created
displaySplashWindow("art/images/splash.bmp");
displaySplashWindow("splash.bmp");

// Console does something.
setLogMode(2);
Expand Down
File renamed without changes.

0 comments on commit a97cdc0

Please sign in to comment.