Skip to content

Commit

Permalink
Resources|libdoomsday: Removed obsolete UI material definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 8, 2017
1 parent 840e035 commit b727325
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions doomsday/apps/libdoomsday/net.dengine.base.pack/defs/materials.ded
Expand Up @@ -54,39 +54,3 @@ Material {
Stage { Texture = "system:gray"; }
}
}

#
# UI Box-corner material.
#
Material {
Id = "system:ui/boxcorner";
Width = 64;
Height = 64;
Layer {
Stage { Texture = "system:ui/boxcorner"; }
}
}

#
# UI Box-fill material.
#
Material {
Id = "system:ui/boxfill";
Width = 64;
Height = 64;
Layer {
Stage { Texture = "system:ui/boxfill"; }
}
}

#
# UI Box-shade material.
#
Material {
Id = "system:ui/boxshade";
Width = 128;
Height = 128;
Layer {
Stage { Texture = "system:ui/boxshade"; }
}
}

0 comments on commit b727325

Please sign in to comment.