Skip to content
Snippets Groups Projects
Commit e96655a9 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Cheese, chopped fish, fish, chips, grated cheese, potato

parent 0d93ed46
No related branches found
No related tags found
1 merge request!30Resolve "Item and Meal extension fish and chips, pizza; general class for cooking counter -> stove, deep fryer, oven on class"
overcooked_simulator/gui_2d_vis/images/cheese3.png

67 KiB

overcooked_simulator/gui_2d_vis/images/cut_fish.png

67.4 KiB

overcooked_simulator/gui_2d_vis/images/fish3.png

67.7 KiB

overcooked_simulator/gui_2d_vis/images/fries2.png

61.3 KiB

overcooked_simulator/gui_2d_vis/images/grated_cheese.png

33.8 KiB

overcooked_simulator/gui_2d_vis/images/potato2.png

39.4 KiB

......@@ -2,7 +2,7 @@
GameWindow:
WhatIsFixed: grid # grid or window_width or window_height
size: 50
size: 70
screen_margin: 100
min_width: 700
min_height: 600
......@@ -327,15 +327,9 @@ Peel:
Potato:
parts:
- type: circle
color: black
radius: 0.3
- type: circle
color: lightyellow2
radius: 0.25
- type: circle
color: gray83
radius: 0.1
- type: image
path: images/potato2.png
size: 0.7
ChipsSticks:
parts:
......@@ -362,47 +356,21 @@ ChipsSticks:
Chips:
parts:
- type: rect
color: orange3
height: 0.1
width: 0.8
center_offset: [ -0.2, -0.3 ]
- type: rect
color: orange3
height: 0.1
width: 0.8
center_offset: [ 0.0, -0.3 ]
- type: rect
color: orange3
height: 0.1
width: 0.8
center_offset: [ 0.2, -0.3 ]
- type: rect
color: orange3
height: 0.8
width: 0.1
center_offset: [ -0.3, -0.0 ]
- type: image
path: images/fries2.png
size: 0.8
Fish:
parts:
- type: rect
color: PALEVIOLETRED
height: 0.3
width: 0.6
center_offset: [ 0.0, -0.15 ]
- type: image
path: images/fish3.png
size: 0.9
ChoppedFish:
parts:
- type: rect
color: PALEVIOLETRED
height: 0.3
width: 0.3
center_offset: [ -0.2, -0.15 ]
- type: rect
color: PALEVIOLETRED
height: 0.3
width: 0.3
center_offset: [ 0.2, -0.15 ]
- type: image
path: images/cut_fish.png
size: 0.8
FriedFish:
parts:
......@@ -491,53 +459,15 @@ ChoppedSausage:
Cheese:
parts:
- type: rect
color: YELLOW1
height: 0.3
width: 0.3
- type: image
path: images/cheese3.png
size: 0.8
GratedCheese:
parts:
- type: rect
color: lightgoldenrodyellow
height: 0.6
width: 0.05
center_offset: [ -0.3, 0.2 ]
- type: rect
color: lightgoldenrodyellow
height: 0.6
width: 0.05
center_offset: [ -0.3, -0.0 ]
- type: rect
color: lightgoldenrodyellow
height: 0.6
width: 0.05
center_offset: [ -0.3, -0.2 ]
- type: rect
color: lightgoldenrodyellow
height: 0.05
width: 0.6
center_offset: [ 0.0, -0.1 ]
- type: rect
color: lightgoldenrodyellow
height: 0.05
width: 0.6
center_offset: [ -0.2, -0.3 ]
- type: rect
color: lightgoldenrodyellow
height: 0.05
width: 0.6
center_offset: [ 0.0, -0.3 ]
- type: rect
color: lightgoldenrodyellow
height: 0.05
width: 0.6
center_offset: [ 0.2, -0.3 ]
- type: rect
color: lightgoldenrodyellow
height: 0.6
width: 0.05
center_offset: [ -0.3, -0.0 ]
- type: image
path: images/grated_cheese.png
size: 1.1
Pizza:
parts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment