-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed code which was adding the eva camera at runtime and replaced…
… it with a MM script Moved all MM scripts into new folder
- Loading branch information
1 parent
f989f2d
commit 96f4ab3
Showing
9 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 9, | ||
"BUILD": 7 | ||
"BUILD": 8 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@PART[kerbalEVA] | ||
{ | ||
MODULE | ||
{ | ||
name = EVACamera | ||
cameraName = EVACam | ||
} | ||
} | ||
@PART[kerbalEVAfemale] | ||
{ | ||
MODULE | ||
{ | ||
name = EVACamera | ||
cameraName = EVACam | ||
} | ||
} | ||
@PART[kerbalEVAVintage] | ||
{ | ||
MODULE | ||
{ | ||
name = EVACamera | ||
cameraName = EVACam | ||
} | ||
} | ||
@PART[kerbalEVAfemaleVintage] | ||
{ | ||
MODULE | ||
{ | ||
name = EVACamera | ||
cameraName = EVACam | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("0.1.9.7")] | ||
[assembly: AssemblyVersion("0.1.9.8")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 9, | ||
"BUILD": 7 | ||
"BUILD": 8 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|