gzdoom unknowm actor property in decoration?
Posted: Mon Oct 27, 2014 17:04
i copy some flower sprites, png and doom format. png should work and is working for 1 actor sprite in decoration.
now im getting an error, unkown actor propery in decoration line that says: "actor" is an unknown actor property
i looked at the code that i copied, and is just fine.
IS THERE a limition about actors in gzdoom?
since is just a flower..the code is in decorate is
ACTOR ATRoses 10578
{
height 2
radius 8
+SOLID
scale 0.3
states
{
Spawn:
ROZ1 A -1
Stop
}
}
the sprite name is ROZ1A0, sprite format is PNG but doesnt matter, its still saying unknown actor when i convert the PNG to Graphic (doom)
now im getting an error, unkown actor propery in decoration line that says: "actor" is an unknown actor property
i looked at the code that i copied, and is just fine.
IS THERE a limition about actors in gzdoom?
since is just a flower..the code is in decorate is
ACTOR ATRoses 10578
{
height 2
radius 8
+SOLID
scale 0.3
states
{
Spawn:
ROZ1 A -1
Stop
}
}
the sprite name is ROZ1A0, sprite format is PNG but doesnt matter, its still saying unknown actor when i convert the PNG to Graphic (doom)