Skip to content

Commit 9cd4042

Browse files
committed
Updating GUI and gitignore
1 parent b3b1282 commit 9cd4042

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,10 @@ crashlytics-build.properties
8484
**/[Aa]ssets/[Ss]treamingAssets/aa.meta
8585
**/[Aa]ssets/[Ss]treamingAssets/aa/*
8686

87+
Starchaeologist_Data
88+
MonoBleedingEdge
89+
UnityPlayer.dll
90+
UnityCrashHandler64.exe
91+
Starchaeologist.exe
92+
tmp
93+

External/Server/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def applyComPort(com_port):
6666
planet_col1 = sg.Column([
6767
[sg.Frame('Control:',[[sg.Button('Start Server', key='-start_planet_server-', size=BUTTON_SIZE, button_color=('white', 'red'))], \
6868
[sg.Button('Stop Server', key='-stop_planet_server-', size=BUTTON_SIZE, button_color=('white', 'black'), disabled=True)], \
69-
[sg.Button('Launch Game', key='-launch_planet_game-', size=BUTTON_SIZE, button_color=('white', 'cyan'), disabled=True)], \
69+
[sg.Button('Launch Game', key='-launch_planet_game-', size=BUTTON_SIZE, button_color=('white', 'purple'), disabled=True)], \
7070
[sg.Button('Quit Game', key='-quit_planet_game-', size=BUTTON_SIZE, button_color=('white', 'magenta'), disabled=True)]], \
7171
element_justification='center', expand_x=True, expand_y=True)]])
7272

0 commit comments

Comments
 (0)