mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-09-13 10:20:28 +03:00
Examples and fixes
This commit is contained in:
@@ -17,6 +17,9 @@ public class NResExplorerPanel : IImGuiPanel
|
||||
{
|
||||
if (ImGui.Begin("NRes Explorer"))
|
||||
{
|
||||
ImGui.Text("NRes - это файл-архив. Они имеют разные расширения. Примеры - Textures.lib, weapon.rlb, object.dlb, behpsp.res");
|
||||
ImGui.Separator();
|
||||
|
||||
if (!_viewModel.HasFile)
|
||||
{
|
||||
ImGui.Text("No NRes is opened");
|
||||
|
Reference in New Issue
Block a user