mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Update contributor list
This commit is contained in:
parent
b7d5781418
commit
d64e6c3865
9
Bloxstrap/Resources/Strings.Designer.cs
generated
9
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -1318,6 +1318,15 @@ namespace Bloxstrap.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Special Thanks.
|
||||
/// </summary>
|
||||
public static string Menu_About_Contributors_SpecialThanks {
|
||||
get {
|
||||
return ResourceManager.GetString("Menu.About.Contributors.SpecialThanks", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Translations.
|
||||
/// </summary>
|
||||
|
@ -543,6 +543,9 @@ Would you like to upgrade your currently installed version?</value>
|
||||
<data name="Menu.About.Contributors.FeatureIdeas" xml:space="preserve">
|
||||
<value>Feature Ideas</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.SpecialThanks" xml:space="preserve">
|
||||
<value>Special Thanks</value>
|
||||
</data>
|
||||
<data name="Menu.About.Contributors.Translations" xml:space="preserve">
|
||||
<value>Translations</value>
|
||||
</data>
|
||||
|
@ -80,11 +80,12 @@
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<controls:Expander Grid.Column="0" Margin="0,0,4,0" HeaderIcon="Code24" HeaderText="{x:Static resources:Strings.Menu_About_Contributors_Code}">
|
||||
<StackPanel>
|
||||
<controls:MarkdownTextBlock MarkdownText="[bluepilledgreat](https://github.com/bluepilledgreat)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[Matt](https://github.com/bluepilledgreat)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[1011025m](https://github.com/1011025m)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[EasternBloxxer](https://github.com/EasternBloxxer)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[sitiom](https://github.com/sitiom)" />
|
||||
@ -92,6 +93,7 @@
|
||||
<controls:MarkdownTextBlock MarkdownText="[EpixScripts](https://github.com/EpixScripts)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[swatTurret](https://github.com/swatTurret)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[fxeP1](https://github.com/fxeP1)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[Redusofficial](https://github.com/Redusofficial)" />
|
||||
</StackPanel>
|
||||
</controls:Expander>
|
||||
|
||||
@ -100,20 +102,33 @@
|
||||
<controls:MarkdownTextBlock MarkdownText="[he3als](https://github.com/he3als)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[NikSavchenk0](https://github.com/NikSavchenk0)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[carter0nline](https://github.com/carter0nline)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[lolmanurfunny](https://github.com/lolmanurfunny)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[MehKako](https://github.com/MehKako)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[EpixScripts](https://github.com/EpixScripts)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[knivesofeylis](https://github.com/knivesofeylis)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[sha4owz](https://github.com/sha4owz)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[DaMlgNoodle](https://github.com/DaMlgNoodle)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[nakoyasha](https://github.com/nakoyasha)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[exurd](https://github.com/exurd)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[0xFE0F](https://github.com/0xFE0F)" />
|
||||
</StackPanel>
|
||||
</controls:Expander>
|
||||
|
||||
<controls:Expander Grid.Column="2" Margin="4,0,0,0" HeaderIcon="Translate24" HeaderText="{x:Static resources:Strings.Menu_About_Contributors_Translations}">
|
||||
<controls:Expander Grid.Column="2" Margin="4,0,4,0" HeaderIcon="Translate24" HeaderText="{x:Static resources:Strings.Menu_About_Contributors_Translations}">
|
||||
<StackPanel>
|
||||
<TextBlock Text="lol" />
|
||||
</StackPanel>
|
||||
</controls:Expander>
|
||||
|
||||
<controls:Expander Grid.Column="3" Margin="4,0,0,0" HeaderIcon="Heart16" HeaderText="{x:Static resources:Strings.Menu_About_Contributors_SpecialThanks}">
|
||||
<StackPanel>
|
||||
<controls:MarkdownTextBlock MarkdownText="[MaximumADHD](https://github.com/MaximumADHD)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[Multako](https://www.roblox.com/users/2485612194/profile)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[axstin](https://github.com/axstin)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[taskmanager](https://github.com/Manataraix)" />
|
||||
<controls:MarkdownTextBlock MarkdownText="[apprehensions](https://github.com/apprehensions)" />
|
||||
</StackPanel>
|
||||
</controls:Expander>
|
||||
</Grid>
|
||||
|
||||
<TextBlock Text="{x:Static resources:Strings.Menu_About_Licenses}" FontWeight="Medium" FontSize="18" Margin="0,16,0,0" />
|
||||
|
@ -52,11 +52,3 @@ All the available features are browsable through the Bloxstrap menu.
|
||||
<img src="https://github.com/pizzaboxer/bloxstrap/assets/41478239/e08cdf28-4f99-46b5-99f2-5c338aac86db" width="390" />
|
||||
<img src="https://github.com/pizzaboxer/bloxstrap/assets/41478239/7ba35223-9115-401f-bbc1-d15e9c5fd79e" width="232" />
|
||||
<p>
|
||||
|
||||
## Special thanks
|
||||
* [@MaximumADHD](https://github.com/MaximumADHD) - Initially inspiring the idea for Bloxstrap with [Roblox Studio Mod Manager](https://github.com/MaximumADHD/Roblox-Studio-Mod-Manager).
|
||||
* [Multako](https://www.roblox.com/users/2485612194/profile) - Designing the Bloxstrap logo.
|
||||
* [@1011025m](https://github.com/1011025m) - Providing a method for disabling the Roblox desktop app.
|
||||
* taskmanager ([@Mantaraix](https://github.com/Mantaraix)) - Helping with designing the new menu look and layout.
|
||||
* [@Extravi](https://github.com/Extravi) - Allowing their presets to be bundled with Bloxstrap, and helping with improving UX.
|
||||
* [@axstin](https://github.com/axstin) - Making [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker), which was used for Bloxstrap's FPS unlocking up until v2.2.0.
|
||||
|
Loading…
Reference in New Issue
Block a user