renaming an object
This commit is contained in:
parent
852160ec6f
commit
cc62cb88b7
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include "chars.inc"
|
#include "chars.inc"
|
||||||
|
|
||||||
#declare Enseigne = object
|
#declare Enseigne_Hello = object
|
||||||
{
|
{
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
@ -43,7 +43,7 @@ union
|
|||||||
{
|
{
|
||||||
object { Corps_Gare }
|
object { Corps_Gare }
|
||||||
object { Quai_Gare }
|
object { Quai_Gare }
|
||||||
object { Enseigne scale 15 translate <0, 460, -210> }
|
object { Enseigne_Hello scale 15 translate <0, 460, -210> }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user