Skip to content

Commit

Permalink
add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Sep 7, 2024
1 parent 011b3d9 commit 5b712eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ShadowRando/Views/FirstScreen.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<StackPanel VerticalAlignment="Center">
<StackPanel Margin="0,20,0,0" VerticalAlignment="Center" HorizontalAlignment="Center">
<Label FontWeight="Bold" FontSize="16" HorizontalAlignment="Center">ShadowRando: A Shadow the Hedgehog Randomizer</Label>
<Label HorizontalAlignment="Center" FontWeight="Bold">Created by dreamsyntax &amp; MainMemory</Label>
<Label HorizontalAlignment="Center" FontWeight="Bold">Created by dreamsyntax &amp; MainMemory &amp; BlazinZzetti</Label>
</StackPanel>
<TextBlock Margin="10" xml:space="preserve" TextWrapping="Wrap">The extracted folder should have a 'files' and 'sys' folder inside of it.
Using GCR and other game extraction methods are NOT supported, please follow the steps below instead (Dolphin extracted format method).
Expand Down
2 changes: 1 addition & 1 deletion ShadowRando/Views/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
HorizontalAlignment="Center">
ShadowRando
</Label>
<Label FontWeight="Bold">Created by dreamsyntax &amp; MainMemory</Label>
<Label FontWeight="Bold">Created by dreamsyntax &amp; MainMemory &amp; BlazinZzetti</Label>
<Button x:Name="LevelOrder_Button_ProjectPage" Margin="10,0,0,0"
Click="LevelOrder_Button_ProjectPage_Click" HorizontalAlignment="Center">
Project Page
Expand Down

0 comments on commit 5b712eb

Please sign in to comment.