mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-04 03:55:12 +00:00
Merge pull request #602 from Azaezel/alpha40/exampleLevelMatunmangle
fix groundplane material reference in examplelevel
This commit is contained in:
commit
ef514d0e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ new Scene(EditorTemplateLevel) {
|
|||
squareSize = "128";
|
||||
scaleU = "25";
|
||||
scaleV = "25";
|
||||
MaterialFile = "FloorGray";
|
||||
MaterialAsset = "Prototyping:FloorGray";
|
||||
canSave = "1";
|
||||
canSaveDynamicFields = "1";
|
||||
Enabled = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue