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

Updated tomato sprite

parent a10ef9f8
No related branches found
No related tags found
1 merge request!68Resolve "Sprites update"
Pipeline #47425 passed
overcooked_simulator/gui_2d_vis/images/tomato.png

14.4 KiB | W: | H:

overcooked_simulator/gui_2d_vis/images/tomato.png

42.2 KiB | W: | H:

overcooked_simulator/gui_2d_vis/images/tomato.png
overcooked_simulator/gui_2d_vis/images/tomato.png
overcooked_simulator/gui_2d_vis/images/tomato.png
overcooked_simulator/gui_2d_vis/images/tomato.png
  • 2-up
  • Swipe
  • Onion skin
overcooked_simulator/gui_2d_vis/images/tomato_cut.png

16.7 KiB | W: | H:

overcooked_simulator/gui_2d_vis/images/tomato_cut.png

55.1 KiB | W: | H:

overcooked_simulator/gui_2d_vis/images/tomato_cut.png
overcooked_simulator/gui_2d_vis/images/tomato_cut.png
overcooked_simulator/gui_2d_vis/images/tomato_cut.png
overcooked_simulator/gui_2d_vis/images/tomato_cut.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -175,8 +175,8 @@ Fire3: ...@@ -175,8 +175,8 @@ Fire3:
Tomato: Tomato:
parts: parts:
- type: image - type: image
path: images/tomato3_smaller.png path: images/tomato.png
size: 1 size: 0.9
Onion: Onion:
parts: parts:
...@@ -211,8 +211,8 @@ ChoppedLettuce: ...@@ -211,8 +211,8 @@ ChoppedLettuce:
ChoppedTomato: ChoppedTomato:
parts: parts:
- type: image - type: image
path: images/tomato3_cut_smaller.png path: images/tomato_cut.png
size: 1 size: 0.9
ChoppedOnion: ChoppedOnion:
parts: parts:
......
...@@ -24,7 +24,7 @@ if TYPE_CHECKING: ...@@ -24,7 +24,7 @@ if TYPE_CHECKING:
from overcooked_simulator.counters import Counter from overcooked_simulator.counters import Counter
from overcooked_simulator.player import Player from overcooked_simulator.player import Player
DEFAULT_SERVER_URL = "risotto" DEFAULT_SERVER_URL = "localhost"
@dataclasses.dataclass @dataclasses.dataclass
...@@ -179,7 +179,6 @@ def setup_logging(enable_websocket_logging=False): ...@@ -179,7 +179,6 @@ def setup_logging(enable_websocket_logging=False):
def url_and_port_arguments( def url_and_port_arguments(
parser, server_name="game server", default_study_port=8080, default_game_port=8000 parser, server_name="game server", default_study_port=8080, default_game_port=8000
): ):
parser.add_argument( parser.add_argument(
"-study-url", "-study-url",
"--study-url", "--study-url",
......
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