renaming an object

This commit is contained in:
Tonton Th 2025-09-20 16:21:59 +02:00
parent 852160ec6f
commit cc62cb88b7
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include "chars.inc" #include "chars.inc"
#declare Enseigne = object #declare Enseigne_Hello = object
{ {
union union
{ {

View File

@ -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> }
} }
} }