Skip to content

Commit

Permalink
UnknownAlways2 -> TileOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
fixdude authored Dec 31, 2024
1 parent 84c84e2 commit 4eefff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UndertaleModTool/Editors/UndertaleBackgroundEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>

<TextBlock Grid.Row="0" Grid.Column="0" Margin="3">Unknown Always 2</TextBlock>
<local:TextBoxDark Grid.Row="0" Grid.Column="1" Margin="3" Text="{Binding GMS2UnknownAlways2}"/>
<TextBlock Grid.Row="0" Grid.Column="0" Margin="3">Tile Offset</TextBlock>
<local:TextBoxDark Grid.Row="0" Grid.Column="1" Margin="3" Text="{Binding GMS2TileOffset}"/>

<TextBlock Grid.Row="1" Grid.Column="0" Margin="3">Tile Width</TextBlock>
<local:TextBoxDark Grid.Row="1" Grid.Column="1" Margin="3" Text="{Binding GMS2TileWidth}"/>
Expand Down

0 comments on commit 4eefff9

Please sign in to comment.