Add investor startup sequence

This commit is contained in:
2026-05-14 02:28:38 -07:00
parent 0a27d9a0b4
commit e9896cdce1
12 changed files with 257 additions and 4 deletions
+7
View File
@@ -78,6 +78,13 @@ DEMO_ACTORS = [
"fixed_z": 4000.0,
"rotation": unreal.Rotator(0.0, 0.0, 0.0),
},
{
"label": "AGR_DemoNoticeActor",
"class": unreal.AgrarianDemoNoticeActor,
"location_xy": unreal.Vector(-18500.0, -6400.0, 0.0),
"fixed_z": 1600.0,
"rotation": unreal.Rotator(0.0, 0.0, 0.0),
},
]