Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Added Button
Browse files Browse the repository at this point in the history
- The URL is not working yet
  • Loading branch information
Johnnymc2001 committed Feb 3, 2022
1 parent d4ad988 commit 60b2914
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 31 deletions.
10 changes: 10 additions & 0 deletions MainProgram/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
<appSettings>
<add key="Lobby_Detail" value="{FriendCode} - {Username}" />
<add key="Lobby_State" value="Chilling in the lobby..." />

<add key="Lobby_ShowButton" value="True" />
<add key="Lobby_ButtonLabel" value="Click to go somewhere :D"/>
<add key="Lobby_ButtonUrl" value="http://google.com"/>

<add key="Ingame_ShowMap" value="True" />
<add key="Ingame_ShowTeam" value="True" />
<add key="Ingame_Detail" value="{Mode} - {Map}" />
<add key="Ingame_State" value="[𝗧 {TScore}] &lt;&lt;{Round}&gt;&gt; [{CTScore} 𝗖𝗧]" />
<add key="Ingame_LargeText" value="{Map}" />
<add key="Ingame_SmallText" value="{Name} [{Kill}/{Death}/{Assist} ({Score}) [{MVP}⭐]" />

<add key="Ingame_ShowButton" value="True" />
<add key="Ingame_ButtonLabel" value="Click to go somewhere :D"/>
<add key="Ingame_ButtonUrl" value="http://google.com"/>

<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<startup>
Expand Down
170 changes: 143 additions & 27 deletions MainProgram/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60b2914

Please sign in to comment.