Respawn delay #4

Merged
taggerung merged 1 commits from ViewDistance&ShiftClick into main 2024-02-22 07:11:53 +00:00
1 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class EditorData
}; };
class LayerIndexProvider class LayerIndexProvider
{ {
nextID=124; nextID=131;
}; };
class Camera class Camera
{ {
@ -446,6 +446,7 @@ class ScenarioData
saving=0; saving=0;
disabledAI=1; disabledAI=1;
respawn=3; respawn=3;
respawnDelay=5;
class Header class Header
{ {
gameType="Zeus"; gameType="Zeus";
@ -453,7 +454,7 @@ class ScenarioData
}; };
class CustomAttributes class CustomAttributes
{ {
class Category1 class Category0
{ {
name="Multiplayer"; name="Multiplayer";
class Attribute0 class Attribute0
@ -482,7 +483,7 @@ class CustomAttributes
}; };
nAttributes=1; nAttributes=1;
}; };
class Category2 class Category1
{ {
name="Scenario"; name="Scenario";
class Attribute0 class Attribute0