diff options
-rw-r--r-- | graphics/gui/inventory_cell_test.xml | 6 | ||||
-rw-r--r-- | npcdialogs.xml | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/graphics/gui/inventory_cell_test.xml b/graphics/gui/inventory_cell_test.xml new file mode 100644 index 00000000..7cc21a20 --- /dev/null +++ b/graphics/gui/inventory_cell_test.xml @@ -0,0 +1,6 @@ +<?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 d0a7a715..c5775726 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -18,5 +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" /> </dialog> </dialogs> |