Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Jan 4, 2017
1 parent 98a310c commit d6e4415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FP_Template.VR/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CfgFunctions {
};

// === Mission name etc settings
OnLoadName = "FP TEMPLATE 4.1.0";// Mission name (short)
OnLoadName = "FP TEMPLATE 4.2.0";// Mission name (short)
onLoadMission="description.ext to change!"; // Longer description
// loadScreen = "img_loading.jpg"; // custom load image
author="Cuel | 2016";
Expand Down
8 changes: 4 additions & 4 deletions FP_Template.VR/mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class EditorData
class Camera
{
pos[]={894.40619,15.107845,1020.5097};
dir[]={0.82277066,-0.34293175,-0.4535293};
up[]={0.30099711,0.93901187,-0.16591565};
aside[]={-0.4827688,1.5971018e-006,-0.87581885};
dir[]={0.90782475,-0.37556338,-0.187213};
up[]={0.36855587,0.92642367,-0.076003604};
aside[]={-0.20198238,1.5386613e-006,-0.97945273};
};
};
binarizationWanted=0;
Expand Down Expand Up @@ -166,7 +166,7 @@ class Mission
{
class Intel
{
briefingName="FP Template v4.1.0";
briefingName="FP Template v4.2.0";
overviewText="Edit this please.";
startWeather=0;
startWind=0;
Expand Down

0 comments on commit d6e4415

Please sign in to comment.