Skip to content

Commit f5cebf6

Browse files
committed
Updated the rest of the panels
1 parent 415b77a commit f5cebf6

17 files changed

Lines changed: 3284 additions & 762 deletions
271 KB
Binary file not shown.
-7 Bytes
Binary file not shown.

src/kOS KSPedia/Assets/Scenes/SampleScene.unity

Lines changed: 121 additions & 257 deletions
Large diffs are not rendered by default.

src/kOS KSPedia/Assets/XML/kos_bundle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<KSPBundleDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UrlName="kos" Name="kos" CreatedTime="-8585787874624717200" AutoLoad="false">
2+
<KSPBundleDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UrlName="kos" Name="kos" CreatedTime="-8585786097747663924" AutoLoad="false">
33
<Author>kna27</Author>
44
<Info>KSPedia pages for kOS</Info>
55
<Assets>
@@ -12,7 +12,6 @@
1212
<Asset Name="LoopsAndWait" Path="Assets/panels/LoopsAndWait.prefab" Type="GameObject" Url="panels/LoopsAndWait" AutoLoad="false" />
1313
<Asset Name="ManyMore" Path="Assets/panels/ManyMore.prefab" Type="GameObject" Url="panels/ManyMore" AutoLoad="false" />
1414
<Asset Name="RocketTutorial" Path="Assets/panels/RocketTutorial.prefab" Type="GameObject" Url="panels/RocketTutorial" AutoLoad="false" />
15-
<Asset Name="RunningPrograms" Path="Assets/panels/RunningPrograms.prefab" Type="GameObject" Url="panels/RunningPrograms" AutoLoad="false" />
1615
<Asset Name="Template" Path="Assets/panels/Template.prefab" Type="GameObject" Url="panels/Template" AutoLoad="false" />
1716
<Asset Name="Tutorials" Path="Assets/panels/Tutorials.prefab" Type="GameObject" Url="panels/Tutorials" AutoLoad="false" />
1817
<Asset Name="WhatIskOS" Path="Assets/panels/WhatIskOS.prefab" Type="GameObject" Url="panels/WhatIskOS" AutoLoad="false" />

src/kOS KSPedia/Assets/XML/kos_kspedia.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<KSPedia xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="kos" CreatedTime="-8585787875173164528">
2+
<KSPedia xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="kos" CreatedTime="-8585786092399284823">
33
<Categories>
44
<Category Name="kOS">
55
<Title>kOS</Title>
@@ -12,9 +12,9 @@
1212
<Title>Tutorials</Title>
1313
<TitleScreen>Tutorials</TitleScreen>
1414
<Screens>
15-
<Screen>RocketTutorial</Screen>
1615
<Screen>HelloWorld</Screen>
1716
<Screen>BasicExplanation</Screen>
17+
<Screen>RocketTutorial</Screen>
1818
</Screens>
1919
<Subcategories />
2020
</Subcategory>
@@ -25,7 +25,6 @@
2525
<Screen>LanguageSyntax</Screen>
2626
<Screen>BoundVariables</Screen>
2727
<Screen>LoopsAndWait</Screen>
28-
<Screen>RunningPrograms</Screen>
2928
<Screen>ManyMore</Screen>
3029
</Screens>
3130
<Subcategories />
@@ -85,24 +84,6 @@
8584
</Text>
8685
<Tooltips />
8786
</Screen>
88-
<Screen Name="RunningPrograms">
89-
<BundleName>kos</BundleName>
90-
<AssetPath>Assets/panels/RunningPrograms.prefab</AssetPath>
91-
<Title>Running Programs</Title>
92-
<Background />
93-
<Text>
94-
<Text Name="Heading">
95-
<Text>Running Programs</Text>
96-
</Text>
97-
<Text Name="Heading/Subheading">
98-
<Text>Subheading</Text>
99-
</Text>
100-
<Text Name="Text">
101-
<Text>New Text</Text>
102-
</Text>
103-
</Text>
104-
<Tooltips />
105-
</Screen>
10687
<Screen Name="RocketTutorial">
10788
<BundleName>kos</BundleName>
10889
<AssetPath>Assets/panels/RocketTutorial.prefab</AssetPath>

src/kOS KSPedia/Assets/XML/squadcore_bundle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<KSPBundleDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UrlName="squadcore" Name="squadcore" CreatedTime="-8585787875111128201" AutoLoad="false">
2+
<KSPBundleDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UrlName="squadcore" Name="squadcore" CreatedTime="-8585786097791791773" AutoLoad="false">
33
<Author />
44
<Info />
55
<Assets>
1.52 MB
Loading

src/kOS KSPedia/Assets/images/example_2_0.png.meta

Lines changed: 103 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kOS KSPedia/Assets/panels/Documentation.prefab

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ MonoBehaviour:
7979
m_HorizontalOverflow: 0
8080
m_VerticalOverflow: 0
8181
m_LineSpacing: 1
82-
m_Text: Tutorials
82+
m_Text: Documentation
8383
--- !u!1 &5002841520059945906
8484
GameObject:
8585
m_ObjectHideFlags: 0
@@ -114,8 +114,8 @@ RectTransform:
114114
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
115115
m_AnchorMin: {x: 0, y: 0}
116116
m_AnchorMax: {x: 0, y: 0}
117-
m_AnchoredPosition: {x: 715.5, y: -104.5}
118-
m_SizeDelta: {x: 1431.3, y: 208.9}
117+
m_AnchoredPosition: {x: 981.7, y: -104.5}
118+
m_SizeDelta: {x: 1963.5, y: 208.9}
119119
m_Pivot: {x: 0.5, y: 0.5}
120120
--- !u!222 &4194675688363412903
121121
CanvasRenderer:
@@ -158,11 +158,11 @@ MonoBehaviour:
158158
m_HorizontalOverflow: 0
159159
m_VerticalOverflow: 0
160160
m_LineSpacing: 1
161-
m_Text: 'Basic and very brief documentation of a few features of kOS
161+
m_Text: 'Simple documentation on a few of the major features of kOS.
162162
163-
Visit https://ksp-kos.github.io/KOS/ for more in-depth
163+
Visit https://ksp-kos.github.io for more in-depth documentation
164164
165-
documentation on all the features.'
165+
on all of the many features of kOS'
166166
--- !u!1 &7215156337972878118
167167
GameObject:
168168
m_ObjectHideFlags: 0

0 commit comments

Comments
 (0)