Changes
Page history
Update Getting Started
authored
Apr 21, 2020
by
Moritz Brückner
Hide whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
edae91e2
...
@@ -27,7 +27,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
...
@@ -27,7 +27,7 @@ The above commands require [Git](https://git-scm.com/downloads) in order to work
# Pure Kha
# Pure Kha
O
pen your project's
`khafile.js`
and add the following line:
After installation, o
pen your project's
`khafile.js`
and add the following line:
```
javascript
```
javascript
await
project
.
addProject
(
"
Libraries/Koui
"
);
await
project
.
addProject
(
"
Libraries/Koui
"
);
...
@@ -84,7 +84,7 @@ class Main {
...
@@ -84,7 +84,7 @@ class Main {
# Armory3D
# Armory3D
In Blender
, create a new text file and add the following line:
After installation
, create a new text file
in Blender's file editor
and add the following line:
```
javascript
```
javascript
await
project
.
addProject
(
"
Libraries/Koui
"
);
await
project
.
addProject
(
"
Libraries/Koui
"
);
...
...
...
...