1. "name" : "InventoryWindow",
  2. ## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
  3. "x" : SCREEN_WIDTH - 176,
  4. "y" : SCREEN_HEIGHT - 37 - 610,
  5. "style" : ("movable", "float",),
  6. "width" : 176,
  7. "height" : 610,
  8. "children" :
  9. (
  10. ## Inventory, Equipment Slots
  11. {
  12. "name" : "board",
  13. "type" : "board",
  14. "style" : ("attach",),
  15. "x" : 0,
  16. "y" : 0,
  17. "width" : 176,
  18. "height" : 610,