-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ ExportedObj/ | |
*.mdb | ||
.idea* | ||
|
||
|
||
# Unity3D generated meta files | ||
*.pidb.meta | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: -434690030, guid: 45b809be76fd7a3468b6f517bced6f28, type: 3} | ||
m_Name: TableOfContents | ||
m_EditorClassIdentifier: | ||
Title: Example Mod Missions | ||
Sections: | ||
- Title: Very Easy | ||
MissionIDs: | ||
- example_mission_1 | ||
- example_mission_2 | ||
- Title: Mission w/ Mods | ||
MissionIDs: | ||
- example_mission_3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: -548183353, guid: 45b809be76fd7a3468b6f517bced6f28, type: 3} | ||
m_Name: example_mission_1 | ||
m_EditorClassIdentifier: | ||
DisplayName: Very Easy Mission | ||
Description: This mission is very easy. | ||
GeneratorSetting: | ||
TimeLimit: 300 | ||
NumStrikes: 3 | ||
TimeBeforeNeedyActivation: 90 | ||
ComponentPools: | ||
- Count: 1 | ||
AllowedSources: 2 | ||
ComponentTypes: 02000000 | ||
SpecialComponentType: 0 | ||
ModTypes: [] | ||
- Count: 1 | ||
AllowedSources: 2 | ||
ComponentTypes: 04000000 | ||
SpecialComponentType: 0 | ||
ModTypes: [] | ||
- Count: 1 | ||
AllowedSources: 2 | ||
ComponentTypes: 03000000 | ||
SpecialComponentType: 0 | ||
ModTypes: [] | ||
PacingEventsEnabled: 0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: -548183353, guid: 45b809be76fd7a3468b6f517bced6f28, type: 3} | ||
m_Name: example_mission_2 | ||
m_EditorClassIdentifier: | ||
DisplayName: Slightly More Difficult | ||
Description: This mission has a shorter time limit, a needy module, and can select | ||
from any solvable module in the base game. | ||
GeneratorSetting: | ||
TimeLimit: 240 | ||
NumStrikes: 1 | ||
TimeBeforeNeedyActivation: 5 | ||
ComponentPools: | ||
- Count: 5 | ||
AllowedSources: 1 | ||
ComponentTypes: | ||
SpecialComponentType: 1 | ||
ModTypes: [] | ||
- Count: 2 | ||
AllowedSources: 2 | ||
ComponentTypes: 0d000000 | ||
SpecialComponentType: 0 | ||
ModTypes: [] | ||
PacingEventsEnabled: 1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.