mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Added Blue Gargoyle and Green Flame
This commit is contained in:
parent
bfae969ca6
commit
869764be7d
1 changed files with 18 additions and 0 deletions
|
@ -5726,6 +5726,24 @@ thingtypes
|
||||||
width = 24;
|
width = 24;
|
||||||
height = 32;
|
height = 32;
|
||||||
}
|
}
|
||||||
|
1505
|
||||||
|
{
|
||||||
|
title = "Green Flame";
|
||||||
|
sprite = "CFLMA0E0";
|
||||||
|
width = 8;
|
||||||
|
height = 32;
|
||||||
|
}
|
||||||
|
1506
|
||||||
|
{
|
||||||
|
arrow = 1;
|
||||||
|
blocking = 2;
|
||||||
|
title = "Blue Gargoyle";
|
||||||
|
sprite = "BGARD1";
|
||||||
|
width = 16;
|
||||||
|
height = 40;
|
||||||
|
flags4text = "[4] Slides when pushed";
|
||||||
|
flags8text = "[8] Not pushable";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dreamhill
|
dreamhill
|
||||||
|
|
Loading…
Reference in a new issue