Skip to content

Commit

Permalink
Merge pull request #424 from Speciesx/master
Browse files Browse the repository at this point in the history
Texture and terrain update
  • Loading branch information
vorot93 committed Aug 24, 2015
2 parents 1dc538f + d59198b commit 6b5c669
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/resources/materials/load-spawner.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * from "managed_mats.material"


material load-spawner: RoR/Managed_Mats/Base
{
technique BaseTechnique
{
pass BaseRender
{
texture_unit Diffuse_Map
{
texture load-spawner.dds
}
}
}
}
16 changes: 16 additions & 0 deletions bin/resources/materials/open-truck-spawner.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * from "managed_mats.material"


material open-truck-spawner: RoR/Managed_Mats/Base
{
technique BaseTechnique
{
pass BaseRender
{
texture_unit Diffuse_Map
{
texture open-truck-spawner.dds
}
}
}
}
Binary file modified bin/resources/meshes/load-spawner.mesh
Binary file not shown.
Binary file modified bin/resources/meshes/open-truck-spawner.mesh
Binary file not shown.
Binary file modified bin/resources/skeleton.zip
Binary file not shown.
Binary file modified bin/resources/skeleton/packs/simple2-terrain.zip
Binary file not shown.
Binary file added bin/resources/textures/load-spawner.dds
Binary file not shown.
Binary file added bin/resources/textures/open-truck-spawner.dds
Binary file not shown.

0 comments on commit 6b5c669

Please # to comment.