mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
fix groundplane material reference in examplelevel
This commit is contained in:
parent
dc9899907b
commit
67c889279d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ new Scene(EditorTemplateLevel) {
|
||||||
squareSize = "128";
|
squareSize = "128";
|
||||||
scaleU = "25";
|
scaleU = "25";
|
||||||
scaleV = "25";
|
scaleV = "25";
|
||||||
MaterialFile = "FloorGray";
|
MaterialAsset = "Prototyping:FloorGray";
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "1";
|
canSaveDynamicFields = "1";
|
||||||
Enabled = "1";
|
Enabled = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue