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

Deepfryer basket

parent 7c557573
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"
Pipeline #44751 passed
overcooked_simulator/gui_2d_vis/images/basket.png

114 KiB

...@@ -255,7 +255,7 @@ Pan: ...@@ -255,7 +255,7 @@ Pan:
DeepFryer: DeepFryer:
parts: parts:
- color: black - color: gray5
type: rect type: rect
height: 0.875 height: 0.875
width: 0.875 width: 0.875
...@@ -277,44 +277,16 @@ Oven: ...@@ -277,44 +277,16 @@ Oven:
Basket: Basket:
parts: parts:
- type: rect - type: image
color: black path: images/basket.png
height: 0.8 size: 0.8
width: 0.05
center_offset: [ -0.4, 0.2 ]
- type: rect
color: black
height: 0.8
width: 0.05
center_offset: [ -0.4, -0.2 ]
- type: rect
color: black
height: 0.05
width: 0.8
center_offset: [ 0.2, -0.4 ]
- type: rect
color: black
height: 0.05
width: 0.8
center_offset: [ -0.3, -0.4 ]
- type: rect
color: black
height: 0.8
width: 0.05
center_offset: [ -0.4, 0.0 ]
Peel: Peel:
parts: parts:
- type: rect - type: image
color: brown path: images/pizza_wood.png
height: 0.475 size: 1.2
width: 0.675 center_offset: [ 0, 0.2 ]
center_offset: [ -0.23, -0.4 ]
- type: rect
color: brown
height: 0.1
width: 0.4
center_offset: [ -0.05, 0.2 ]
Potato: Potato:
parts: 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