Skip to content
Snippets Groups Projects
visualization.yaml 6.26 KiB
# colors: https://www.webucator.com/article/python-color-constants-module/

GameWindow:
  WhatIsFixed: grid  # grid or window_width or window_height
  size: 50
  screen_margin: 100
  min_width: 700
  min_height: 600
  buttons_width: 180
  buttons_height: 60

  order_bar_height: 100
  order_size: 50

  game_border_size: 1
  game_border_color: black
  background_color: lemonchiffon1

Kitchen:
  ground_tiles_color: sgigray76
  background_lines: gray79

Counter:
  parts:
    - type: rect
      height: 1
      width: 1
      color: whitesmoke

CuttingBoard:
  parts:
    - type: image
      path: images/cutting_board_large.png
      size: 0.9


PlateDispenser:
  parts:
    - type: rect
      height: 0.95
      width: 0.95
      color: cadetblue1

Trashcan:
  parts:
    - type: image
      path: images/trash3.png
      size: 0.9
      center_offset: [ 0, 0 ]

TomatoDispenser:
  parts:
    - color: orangered1
      type: rect
      height: 0.8
      width: 0.8

LettuceDispenser:
  parts:
    - color: palegreen3
      type: rect
      height: 0.8
      width: 0.8

OnionDispenser:
  parts:
    - color: deeppink3
      type: rect
      height: 0.8
      width: 0.8