mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Change level file extension in script
This commit is contained in:
parent
894f7bcffe
commit
0ea0f74222
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Flow.SetFarView(210)
|
|||
title = Level.new();
|
||||
|
||||
title.ambientTrack = "108_A8_Coastal";
|
||||
title.levelFile = "Data\\title.trc";
|
||||
title.levelFile = "Data\\title.ten";
|
||||
title.scriptFile = "Scripts\\title.lua";
|
||||
title.loadScreenFile = "Screens\\rome.jpg";
|
||||
|
||||
|
@ -30,7 +30,7 @@ test = Level.new();
|
|||
test.nameKey = "level_andrea1";
|
||||
test.scriptFile = "Scripts\\andrea1.lua";
|
||||
test.ambientTrack = "108_A8_Coastal";
|
||||
test.levelFile = "Data\\andrea1.trc";
|
||||
test.levelFile = "Data\\andrea1.ten";
|
||||
test.loadScreenFile = "Screens\\rome.jpg";
|
||||
test.weather = 1;
|
||||
test.weatherStrength = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue