Skip to content

Commit

Permalink
small cam fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Apr 4, 2023
1 parent 0018d35 commit 6a5c7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/widgets/propEditors/xmlActions/XmlActionPresets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ class XmlActionPresets {
makeXmlElement(name: "accType", text: "0"),
makeXmlElement(name: "playerStop", text: "0"),
makeXmlElement(name: "actionCamStop", text: "0"),
makeXmlElement(name: "rotateOnly", text: "1"),
makeXmlElement(name: "rotateOnly", text: "0"),
makeXmlElement(name: "distanceOnly", text: "1"),
makeXmlElement(name: "disableCameraHit", text: "0"),
makeXmlElement(name: "newInter", text: "0"),
Expand Down Expand Up @@ -674,7 +674,7 @@ class XmlActionPresets {
makeXmlElement(name: "accType", text: "0"),
makeXmlElement(name: "playerStop", text: "0"),
makeXmlElement(name: "actionCamStop", text: "0"),
makeXmlElement(name: "rotateOnly", text: "1"),
makeXmlElement(name: "rotateOnly", text: "0"),
makeXmlElement(name: "distanceOnly", text: "1"),
makeXmlElement(name: "disableCameraHit", text: "0"),
makeXmlElement(name: "newInter", text: "0"),
Expand Down Expand Up @@ -756,7 +756,7 @@ class XmlActionPresets {
makeXmlElement(name: "accType", text: "0"),
makeXmlElement(name: "playerStop", text: "0"),
makeXmlElement(name: "actionCamStop", text: "0"),
makeXmlElement(name: "rotateOnly", text: "1"),
makeXmlElement(name: "rotateOnly", text: "0"),
makeXmlElement(name: "distanceOnly", text: "1"),
makeXmlElement(name: "disableCameraHit", text: "0"),
makeXmlElement(name: "newInter", text: "0"),
Expand Down Expand Up @@ -831,7 +831,7 @@ class XmlActionPresets {
makeXmlElement(name: "useTarget", text: "1"),
makeXmlElement(name: "interRate", text: "0.1"),
makeXmlElement(name: "overwrite", text: "0"),
makeXmlElement(name: "offset", text: "0.0 0.0 0.0"),
makeXmlElement(name: "offset", text: "0.0 1.6 0.0"),
makeXmlElement(name: "disableBattle", text: "0"),
makeXmlElement(name: "useLimit", text: "0"),
makeXmlElement(name: "limitTime", text: "10.0"),
Expand Down Expand Up @@ -913,7 +913,7 @@ class XmlActionPresets {
makeXmlElement(name: "useTarget", text: "1"),
makeXmlElement(name: "interRate", text: "0.1"),
makeXmlElement(name: "overwrite", text: "0"),
makeXmlElement(name: "offset", text: "0.0 0.0 0.0"),
makeXmlElement(name: "offset", text: "0.0 1.6 0.0"),
makeXmlElement(name: "disableBattle", text: "0"),
makeXmlElement(name: "useLimit", text: "0"),
makeXmlElement(name: "limitTime", text: "10.0"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const _miscMidTags = {
"playerTargetForceInUp_", "playerTargetForceInUpDist_"
};
const _interpTimeTags = { "interpTimeDistance_", "interpTimeAngle_", "interpTimeFov_", "interpTimePosition_", "interpTimeTarget_" };
const _interpTimeAccTypeTags = { "interpTimeDistance_", "interpTimeAngle_", "interpTimeFov_", "interpTimePosition_", "interpTimeTarget_" };
const _interpTimeAccTypeTags = { "interpTimeAccTypeDistance_", "interpTimeAccTypeAngle_", "interpTimeAccTypeFov_", "interpTimeAccTypePosition_", "interpTimeAccTypeTarget_" };
const _endInterpTimeTags = { "endInterpTimeDistance_", "endInterpTimeAngle_", "endInterpTimeFov_", "endInterpTimePosition_", "endInterpTimeTarget_" };
const _endInterpTimeAccTypeTags = { "endInterpTimeAccTypeDistance_", "endInterpTimeAccTypeAngle_", "endInterpTimeAccTypeFov_", "endInterpTimeAccTypePosition_", "endInterpTimeAccTypeTarget_" };
const _forceTags = { "forceInterTimer", "forceInterRate", "forcePosInter", "forcePosInterRate", "forceDisInter", "forceDis", "forceDisInterRate" };

0 comments on commit 6a5c7b3

Please sign in to comment.