mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 18:01:36 +00:00
finally made a decent texture browser
This commit is contained in:
parent
432d6362f2
commit
11a10d2402
24 changed files with 711 additions and 112 deletions
|
@ -56,8 +56,8 @@ namespace CodeImp.DoomBuilder.Interface
|
|||
brightness.Text = s.Brightness.ToString();
|
||||
floorname.Text = s.FloorTexture;
|
||||
ceilingname.Text = s.CeilTexture;
|
||||
floortex.BackgroundImage = General.Map.Data.GetFlatBitmap(s.FloorTexture);
|
||||
ceilingtex.BackgroundImage = General.Map.Data.GetFlatBitmap(s.CeilTexture);
|
||||
General.DisplayZoomedImage(floortex, General.Map.Data.GetFlatBitmap(s.FloorTexture));
|
||||
General.DisplayZoomedImage(ceilingtex, General.Map.Data.GetFlatBitmap(s.CeilTexture));
|
||||
|
||||
// Show the whole thing
|
||||
this.Show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue