mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added RA2 pillbox and added missing IdleAnimIgnorePowerState in Read_INI.
This commit is contained in:
BIN
Binary file not shown.
@@ -4077,6 +4077,7 @@ bool BuildingTypeClass::Read_INI(CCINIClass & ini)
|
||||
ActiveAnimAnimShape = MFCD::Retrieve(ConstructAnimName);
|
||||
}
|
||||
|
||||
IdleAnimIgnorePowerState = ini.Get_Int(Name(), "IdleAnimIgnorePowerState", 0);
|
||||
IdleHasShadowFrames = ini.Get_Int(Name(), "IdleHasShadowFrames", 0);
|
||||
IdleAnimNonDamagedStart = ini.Get_Int(Name(), "IdleAnimNonDamagedStart", -1);
|
||||
IdleAnimNonDamagedFrames = ini.Get_Int(Name(), "IdleAnimNonDamagedFrames", -1);
|
||||
|
||||
@@ -1326,6 +1326,14 @@ Points=50
|
||||
Power=-15
|
||||
Sensors=yes
|
||||
Crewed=yes
|
||||
Image=ggpill
|
||||
Snow=eapal1sno.pal
|
||||
Temperate=eapal1tem.pa
|
||||
IdleAnimNonDamagedStart=0
|
||||
IdleAnimNonDamagedFrames=1
|
||||
IdleAnimDamagedStart=0
|
||||
IdleAnimDamagedFrames=1
|
||||
IdleHasShadowFrames=1
|
||||
|
||||
; camouflaged pill box
|
||||
[HBOX]
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user