diff options
-rw-r--r-- | graphics/gui/inventory_cell_test.xml | 6 | ||||
-rw-r--r-- | npcdialogs.xml | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gui/inventory_cell_test.xml b/graphics/gui/inventory_cell_test.xml deleted file mode 100644 index 7cc21a20..00000000 --- a/graphics/gui/inventory_cell_test.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="138" ypos="75" width="32" height="32" /> - </widget> -</skinset> diff --git a/npcdialogs.xml b/npcdialogs.xml index c5775726..943feb31 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -18,6 +18,6 @@ <button x="40" y="0" name=">>" value="next" /> <text x="10" y="50" width="150" height="30" text="this is ##Bsimple##b ##3text." /> </menu> - <inventory cell="inventory_cell_test.xml" columns="3" /> + <inventory cell="inventory_cell2.xml" columns="3" /> </dialog> </dialogs> |