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

Added cutting board and sink sprites, also onion soup

parent 7104cc49
No related branches found
No related tags found
1 merge request!22Resolve "Sprites for all game items and counters"
Pipeline #43079 failed
counter_side_length: 50
world_width: 800
world_height: 700
counter_side_length: 70
world_width: 1000
world_height: 800
plates:
clean_plates: 0
dirty_plates: 10
......
overcooked_simulator/pygame_gui/images/cutting_board_large.png

639 KiB

overcooked_simulator/pygame_gui/images/onion_soup_plate.png

7.42 KiB

overcooked_simulator/pygame_gui/images/onion_soup_pot.png

8.59 KiB

overcooked_simulator/pygame_gui/images/pot_smaller.png

14 KiB

overcooked_simulator/pygame_gui/images/sink_large.png

1 MiB

......@@ -13,15 +13,10 @@ Counter:
CuttingBoard:
parts:
- type: rect
height: 0.75
width: 0.75
color: burlywood1
- type: rect
height: 0.125
width: 0.5
center_offset: [ +0.15, -0.2 ]
color: silver
- type: image
path: images/cutting_board_large.png
size: 0.9
PlateDispenser:
parts:
......@@ -95,9 +90,8 @@ Stove:
Sink:
parts:
- type: image
path: images/sink.png
size: 1.2
center_offset: [ 0, -0.15 ]
path: images/sink_large.png
size: 0.9
SinkAddon:
parts:
......@@ -186,7 +180,8 @@ TomatoSoup:
parts:
- type: image
path: images/tomato_soup_pot.png
size: 1.25
size: 1.05
center_offset: [ -0.02, -0.1 ]
TomatoSoupPlate:
parts:
......@@ -228,7 +223,8 @@ Pot:
parts:
- type: image
path: images/pot_smaller.png
size: 1.25
size: 1.05
center_offset: [ -0.02, -0.1 ]
Pan:
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