Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
c24108ea
Commit
c24108ea
authored
1 year ago
by
Fabian Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
Read item combinations, added lettucedispenser in layout
parent
1865695f
Branches
Branches containing commit
No related tags found
1 merge request
!13
40-visualisierungsregeln
Pipeline
#41855
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
overcooked_simulator/game_content/layouts/basic.layout
+1
-1
1 addition, 1 deletion
overcooked_simulator/game_content/layouts/basic.layout
overcooked_simulator/game_items.py
+7
-0
7 additions, 0 deletions
overcooked_simulator/game_items.py
with
8 additions
and
1 deletion
overcooked_simulator/layouts/basic.layout
→
overcooked_simulator/
game_content/
layouts/basic.layout
+
1
−
1
View file @
c24108ea
EEEEEEEEEEE
ECCUCTC
C
CCE
ECCUCTC
L
CCE
ECEEEEEEECE
ECEEEEEEECE
EWEEEEEEEEE
...
...
This diff is collapsed.
Click to expand it.
overcooked_simulator/game_items.py
+
7
−
0
View file @
c24108ea
from
__future__
import
annotations
import
yaml
from
overcooked_simulator
import
ROOT_DIR
with
open
(
ROOT_DIR
/
"
game_content/item_combinations.yaml
"
,
"
r
"
)
as
file
:
item_loopkup
=
yaml
.
safe_load
(
file
)
class
Item
:
"""
Base class for game items which can be held by a player.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment