mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Edit config to account for new behaviour (plus add gold mode for the Eggman Statue, which I forgot to add earlier).
This commit is contained in:
parent
339907fd5d
commit
60006e20fb
1 changed files with 4 additions and 2 deletions
|
@ -3626,7 +3626,7 @@ thingtypes
|
|||
}
|
||||
206
|
||||
{
|
||||
title = "Brak Eggman (Old)";
|
||||
title = "Black Eggman (Old)";
|
||||
sprite = "BRAKB1";
|
||||
width = 48;
|
||||
height = 160;
|
||||
|
@ -3651,10 +3651,11 @@ thingtypes
|
|||
}
|
||||
209
|
||||
{
|
||||
title = "Brak Eggman";
|
||||
title = "Black Eggman";
|
||||
sprite = "BRAK01";
|
||||
width = 48;
|
||||
height = 160;
|
||||
flags1text = "[1] No origin-fling death";
|
||||
flags4text = "[4] End level on death";
|
||||
flags8text = "[8] Electric barrier";
|
||||
}
|
||||
|
@ -4912,6 +4913,7 @@ thingtypes
|
|||
sprite = "ESTAA1";
|
||||
width = 32;
|
||||
height = 240;
|
||||
flags1text = "[1] Solid gold";
|
||||
flags4text = "[4] Slides when pushed";
|
||||
flags8text = "[8] Not pushable";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue