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

Gui:
  language: "de"
  use_player_cook_sprites: True
  show_interaction_range: False
  show_counter_centers: False

GameWindow:
  screen_margin_proportion: 0.15
  min_width: 900
  min_height: 600
  buttons_width: 180
  buttons_height: 60
  FPS: 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
    - type: image
      path: images/counter5.png
      size: 1

CuttingBoard:
  parts:
    - type: image
      path: images/cutting_board_large.png
      size: 0.75
      center_offset: [ 0, -0.05 ]


PlateDispenser:
  parts: [ ]
#    - type: rect
#      height: 0.95
#      width: 0.95
#      color: cadetblue1

Trashcan:
  parts:
    - type: image
      path: images/trash6.png
      size: 0.88

#TomatoDispenser:
#  parts:
#    - color: orangered1
#      type: rect
#      height: 0.8
#      width: 0.8
#
#LettuceDispenser:
#  parts:
#    - color: palegreen3
#      type: rect
#      height: 0.8