Skip to content

Commit b0698d1

Browse files
New UI
1 parent 4c88472 commit b0698d1

File tree

5 files changed

+175
-176
lines changed

5 files changed

+175
-176
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Ignored folders
22
build/*
33
dist/*
4+
.idea/*
45

56
# Ignored files
67
*.spec
7-
*.pyc
8+
*.pyc

Config/DefaultConfig.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"unreal_engine_paths": [
3-
"C:/Program Files/Epic Games",
4-
"D:/Program Files/Epic Games"
5-
],
6-
"launch_commands": {
7-
"Server": "\"{executable}\" \"{uproject_path}\" {map_path}?listen -server -log",
8-
"Client": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1200 -ResY=800 -log",
9-
"Standalone": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1600 -ResY=900 -log"
10-
},
11-
"version": "0.0.0.5",
12-
"GUI": true
13-
}
14-
2+
"unreal_engine_paths": [
3+
"C:/Program Files/Epic Games",
4+
"D:/Program Files/Epic Games",
5+
"D:/UE"
6+
],
7+
"launch_commands": {
8+
"Server": "\"{executable}\" \"{uproject_path}\" {map_path}?listen -server -log",
9+
"Client": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1200 -ResY=800 -log",
10+
"Standalone": "\"{executable}\" \"{uproject_path}\" {map_path} -game -WINDOWED -ResX=1600 -ResY=900 -log"
11+
},
12+
"version": "0.0.0.5",
13+
"GUI": true
14+
}

Fonts/Inter-VariableFont.ttf

786 KB
Binary file not shown.

0 commit comments

Comments
 (0)