Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Add batch files for launching directly into editors
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximDude committed May 9, 2020
1 parent b53fb20 commit eb99b31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Launch Actor Editor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Cortex Command.exe" -editor "ActorEditor"
1 change: 1 addition & 0 deletions Launch Area Editor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Cortex Command.exe" -editor "AreaEditor"
1 change: 1 addition & 0 deletions Launch Assembly Editor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Cortex Command.exe" -editor "AssemblyEditor"
1 change: 1 addition & 0 deletions Launch Gib Editor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Cortex Command.exe" -editor "GibEditor"
1 change: 1 addition & 0 deletions Launch Scene Editor.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Cortex Command.exe" -editor "SceneEditor"

0 comments on commit eb99b31

Please sign in to comment.