mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-01 03:21:15 +00:00
Fix
This commit is contained in:
parent
01c306dc08
commit
14e1df45f8
@ -31,9 +31,9 @@ void CreateWidescreen()
|
|||||||
GaraDoor_Background_Wide.presenter_ = "MxStillPresenter";
|
GaraDoor_Background_Wide.presenter_ = "MxStillPresenter";
|
||||||
GaraDoor_Background_Wide.name_ = "GaraDoor_Background_Wide";
|
GaraDoor_Background_Wide.name_ = "GaraDoor_Background_Wide";
|
||||||
GaraDoor_Background_Wide.filetype_ = si::MxOb::STL;
|
GaraDoor_Background_Wide.filetype_ = si::MxOb::STL;
|
||||||
GaraDoor_Background_Wide.location_.x = -240.0;
|
GaraDoor_Background_Wide.location_ = si::Vector3(-240.0, 0.0, -1.0);
|
||||||
GaraDoor_Background_Wide.location_.z = -1.0;
|
GaraDoor_Background_Wide.direction_ = si::Vector3(0, 0, 0);
|
||||||
GaraDoor_Background_Wide.up_.y = 1.0;
|
GaraDoor_Background_Wide.up_ = si::Vector3(0, 1.0, 0);
|
||||||
GaraDoor_Background_Wide.ReplaceWithFile("widescreen/GaraDoor_Background_Wide.bmp");
|
GaraDoor_Background_Wide.ReplaceWithFile("widescreen/GaraDoor_Background_Wide.bmp");
|
||||||
si.AppendChild(&GaraDoor_Background_Wide);
|
si.AppendChild(&GaraDoor_Background_Wide);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user