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

counter png

parent c5b9b60d
No related branches found
No related tags found
1 merge request!33Resolve "Determine Counter Facing Direction"
Pipeline #45013 passed
overcooked_simulator/gui_2d_vis/images/counter2.png

46.9 KiB

......@@ -2,7 +2,7 @@
GameWindow:
WhatIsFixed: grid # grid or window_width or window_height
size: 80
size: 60
screen_margin: 100
min_width: 700
min_height: 600
......@@ -34,7 +34,8 @@ CuttingBoard:
parts:
- type: image
path: images/cutting_board_large.png
size: 0.9
size: 0.7
center_offset: [ 0, 0.1 ]
PlateDispenser:
......@@ -48,8 +49,8 @@ Trashcan:
parts:
- type: image
path: images/trash3.png
size: 0.9
center_offset: [ 0, 0 ]
size: 0.8
center_offset: [ 0, -0.15 ]
TomatoDispenser:
parts:
......@@ -119,15 +120,15 @@ Sink:
parts:
- type: image
path: images/sink1.png
size: 1
center_offset: [ 0, -0.05 ]
size: 0.8
center_offset: [ 0, -0.15 ]
SinkAddon:
parts:
- type: image
path: images/drip2.png
size: 0.85
center_offset: [ 0, 0.03 ]
size: 0.65
center_offset: [ 0, -0.13 ]
# Items
Tomato:
......
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