Skip to content

Commit

Permalink
updated readme and appsettings window
Browse files Browse the repository at this point in the history
  • Loading branch information
kruumy committed Mar 15, 2023
1 parent 8becf86 commit 6a35f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions EasyZoneBuilder.GUI/AppSettings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="auto"></RowDefinition>
<RowDefinition Height="auto"></RowDefinition>
<RowDefinition Height="auto"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<Label
Expand All @@ -26,22 +25,14 @@
Grid.Row="1">
</Label>
<Button
Content="Select Your ZoneBuilder"
Content="Select Your IW4x Executable"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Padding="25,10"
Grid.Row="2"
FontSize="16"
Click="Button_Click">
</Button>
<Label
Content="If you're using IW4X, that is your game executable."
VerticalAlignment="Center"
HorizontalAlignment="Center"
FontSize="9"
Grid.Row="3"
FontStyle="Italic">
</Label>
</Grid>

</Window>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
| Name | Status |
| --- | --- |
| [IW4X Zonebuilder](https://github.com/XLabsProject/iw4x-client) ||
| [Zonebuilder](https://github.com/RagdollPhysics/zonebuilder) | |
| [Zonetool](https://github.com/ZoneTool/zonetool) | |
| [Zonebuilder](https://github.com/RagdollPhysics/zonebuilder) | |
| [Zonetool](https://github.com/ZoneTool/zonetool) | |

## Note
This is primarly made for speeding up the most tedious parts of creating singleplayer actors for Sass's [iw4cine](https://github.com/sortileges/iw4cine) mod.
Expand Down

0 comments on commit 6a35f56

Please sign in to comment.