Revert "Updated scripts to load .ten files instead of .TRC"

This reverts commit c4b044c0b6.
This commit is contained in:
Stranger1992 2022-05-10 20:07:38 +01:00
parent 98f014887c
commit 74c7e89487

View file

@ -18,7 +18,7 @@ Flow.SetFarView(210)
title = Level.new();
title.ambientTrack = "108_A8_Coastal";
title.levelFile = "Data\\title.ten";
title.levelFile = "Data\\title.trc";
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.ten";
test.levelFile = "Data\\andrea1.trc";
test.loadScreenFile = "Screens\\rome.jpg";
test.weather = 1;
test.weatherStrength = 1;